1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-13 19:52:20 +00:00

dsdm: Include ansi C headers to prevent implicit incompatible declaration warnings.

This commit is contained in:
Peter Howkins 2012-08-30 17:59:34 +01:00
parent e091b824c1
commit 231b359685
2 changed files with 3 additions and 0 deletions

View file

@ -65,6 +65,7 @@
*/
#include <stdio.h>
#include <stdlib.h>
#if defined(SVR4) || defined(SYSV)
#include <string.h> /*USL*/
#else /* SVR4 or SYSV */

View 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>