aboutsummaryrefslogtreecommitdiff
path: root/scramble~.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 /scramble~.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 'scramble~.c')
-rw-r--r--scramble~.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/scramble~.c b/scramble~.c
index a741494..082fb75 100644
--- a/scramble~.c
+++ b/scramble~.c
@@ -2,6 +2,7 @@
#include "ext13.h"
#include <sys/types.h>
#include <string.h>
+#include <math.h>
#ifndef _WIN32
#include <netinet/in.h>
#include <netdb.h>