Include <sys/param.h> to get MAXPATHLEN.

Change-Id: Ibf40b75eb224262c4d5a571e56e2575bca787b91
Reviewed-on: https://code.wireshark.org/review/8565
Reviewed-by: Guy Harris <guy@alum.mit.edu>
(cherry picked from commit eb93c661c5c5f368ee0288193cdf3a7ce7102bd7)
Reviewed-on: https://code.wireshark.org/review/8567
This commit is contained in:
Guy Harris 2015-05-21 01:42:15 -07:00
parent 29aeea744d
commit 353e4a3b3c
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@
#include <Security/AuthorizationTags.h>
// Unix stuff
#include <sys/param.h>
#include <string.h>
#include <unistd.h>
#include <sys/wait.h>