From 231b35968532ec3a6284b123b0f74666546cb548 Mon Sep 17 00:00:00 2001 From: Peter Howkins Date: Thu, 30 Aug 2012 17:59:34 +0100 Subject: [PATCH] dsdm: Include ansi C headers to prevent implicit incompatible declaration warnings. --- cde/programs/dsdm/dsdm.c | 1 + cde/programs/dsdm/proxy.c | 2 ++ 2 files changed, 3 insertions(+) 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 -- 2.25.1