aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/fetchmail.c b/fetchmail.c
index 617090e0..3dece2be 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -26,6 +26,10 @@
#include <sys/stat.h>
#include <sys/wait.h>
+#ifdef NeXT
+# define pid_t int
+#endif
+
#ifdef HAVE_GETHOSTBYNAME
#include <netdb.h>
#endif /* HAVE_GETHOSTBYNAME */