aboutsummaryrefslogtreecommitdiff
path: root/streamin13~.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-12-27 03:51:38 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-12-27 03:51:38 +0000
commit6fb4dc5a731f0773f0024c79823e875db4d4a577 (patch)
tree2f39c037aab854f3a4320fb0429e5a55181cf1e6 /streamin13~.c
parent88dbfc24e6cce0bdc8e46b204f8855d2c34aef97 (diff)
following up on bug report #2921689, fixed a bunch of 'implicit declaration of function' warnings, which could cause problems on 64-bit
svn path=/trunk/externals/ext13/; revision=12846
Diffstat (limited to 'streamin13~.c')
-rw-r--r--streamin13~.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/streamin13~.c b/streamin13~.c
index 3eaac24..42656b4 100644
--- a/streamin13~.c
+++ b/streamin13~.c
@@ -14,6 +14,7 @@
#include <netdb.h>
#include <sys/time.h>
#include <unistd.h>
+#include <stdlib.h>
#define SOCKET_ERROR -1
#endif