Fix solaris build

This commit is contained in:
Ryan Dahl 2011-07-28 23:41:39 +00:00
parent 6203c932d4
commit a0994ac8fb

View File

@ -42,6 +42,11 @@
#include <arpa/inet.h>
#include <limits.h> /* PATH_MAX */
#ifdef __sun
# include <sys/types.h>
# include <sys/wait.h>
#endif
#if defined(__APPLE__)
#include <mach-o/dyld.h> /* _NSGetExecutablePath */
#endif