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 --- openpatch.c | 1 + scramble~.c | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openpatch.c b/openpatch.c index 915a379..86b7b7d 100644 --- a/openpatch.c +++ b/openpatch.c @@ -1,5 +1,6 @@ #include "ext13.h" #include "m_pd.h" +#include "m_imp.h" /* #ifndef PD_MAJOR_VERSION #include "s_stuff.h" 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