dsdm: Include ansi C headers to prevent implicit incompatible declaration warnings.
authorPeter Howkins <flibble@users.sourceforge.net>
Thu, 30 Aug 2012 16:59:34 +0000 (17:59 +0100)
committerPeter Howkins <flibble@users.sourceforge.net>
Thu, 30 Aug 2012 16:59:34 +0000 (17:59 +0100)
cde/programs/dsdm/dsdm.c
cde/programs/dsdm/proxy.c

index 459aadb9d3679eb6c8f9e756f612a0cffd67f79e..805a3f9f64e37a990e51f7cb2e5db08e838b480e 100644 (file)
@@ -65,6 +65,7 @@
  */
 
 #include <stdio.h>
+#include <stdlib.h>
 #if defined(SVR4) || defined(SYSV)
 #include <string.h>                    /*USL*/
 #else  /* SVR4 or SYSV */
index ebe8e4c0bc2ed09b2d34d7a02f99e38e99fc3d58..ac20864be96588d66cd840863f11c904ecc30207 100644 (file)
@@ -40,6 +40,8 @@
  */
 
 #include <stdio.h>
+#include <string.h>
+#include <stdlib.h>
 #include <X11/Xproto.h>
 #include <X11/Xlib.h>
 #include <X11/Xutil.h>