From: Peter Howkins Date: Thu, 30 Aug 2012 16:59:34 +0000 (+0100) Subject: dsdm: Include ansi C headers to prevent implicit incompatible declaration warnings. X-Git-Tag: 2.2.0b~34 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=231b35968532ec3a6284b123b0f74666546cb548;p=oweals%2Fcde.git dsdm: Include ansi C headers to prevent implicit incompatible declaration warnings. --- diff --git a/cde/programs/dsdm/dsdm.c b/cde/programs/dsdm/dsdm.c index 459aadb9..805a3f9f 100644 --- a/cde/programs/dsdm/dsdm.c +++ b/cde/programs/dsdm/dsdm.c @@ -65,6 +65,7 @@ */ #include +#include #if defined(SVR4) || defined(SYSV) #include /*USL*/ #else /* SVR4 or SYSV */ diff --git a/cde/programs/dsdm/proxy.c b/cde/programs/dsdm/proxy.c index ebe8e4c0..ac20864b 100644 --- a/cde/programs/dsdm/proxy.c +++ b/cde/programs/dsdm/proxy.c @@ -40,6 +40,8 @@ */ #include +#include +#include #include #include #include