aboutsummaryrefslogtreecommitdiff
path: root/send+dump/htmsocket.c
diff options
context:
space:
mode:
authorjdl <x75@users.sourceforge.net>2004-02-13 00:34:33 +0000
committerjdl <x75@users.sourceforge.net>2004-02-13 00:34:33 +0000
commitaca0c3c63a600a68ac2921d0cc2cb8eb1a4f293d (patch)
treebb64de89978b6a39f4c4d57543f03f9597de3a65 /send+dump/htmsocket.c
parent729fd1a89907541a76926f14198c714009dc4595 (diff)
fixed some OSX stuff
svn path=/trunk/externals/OSCx/; revision=1319
Diffstat (limited to 'send+dump/htmsocket.c')
-rw-r--r--send+dump/htmsocket.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/send+dump/htmsocket.c b/send+dump/htmsocket.c
index 38b51b6..1788cc3 100644
--- a/send+dump/htmsocket.c
+++ b/send+dump/htmsocket.c
@@ -38,6 +38,7 @@ University of California, Berkeley.
#include <stdio.h>
+#include <strings.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
@@ -61,7 +62,9 @@ University of California, Berkeley.
#include <sys/file.h>
#include <sys/time.h>
#include <sys/types.h>
-#include <sys/prctl.h>
+#ifndef MACOSX
+ #include <sys/prctl.h>
+#endif
#include <stdlib.h>