build tweak

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@262 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Anthony Minessale
2007-06-15 22:07:53 +00:00
parent 00c90fa27b
commit ffbf2620d8
3 changed files with 7 additions and 1 deletions

View File

@@ -50,6 +50,8 @@ typedef intptr_t zap_ssize_t;
typedef int zap_filehandle_t;
#else
#include <stdint.h>
#include <sys/types.h>
#include <sys/ioctl.h>
typedef int zap_socket_t;
typedef ssize_t zap_ssize_t;
typedef int zap_filehandle_t;