From 47beba426a9280fc443ccf68a0debbd4a8b95c2a Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 26 Sep 2012 03:15:53 +0000 Subject: fix "implicit declaration of function" warning by including correct headers svn path=/trunk/externals/ext13/; revision=16296 --- scramble~.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scramble~.c') diff --git a/scramble~.c b/scramble~.c index 082fb75..ad9e0bf 100644 --- a/scramble~.c +++ b/scramble~.c @@ -3,13 +3,12 @@ #include #include #include +#include #ifndef _WIN32 #include #include #include #include -#else -#include #endif /* ------------------------ scramble_tilde~ ----------------------------- */ -- cgit v1.2.1