mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dsdm: Include ansi C headers to prevent implicit incompatible declaration warnings.
This commit is contained in:
parent
e091b824c1
commit
231b359685
2 changed files with 3 additions and 0 deletions
|
@ -65,6 +65,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
#if defined(SVR4) || defined(SYSV)
|
#if defined(SVR4) || defined(SYSV)
|
||||||
#include <string.h> /*USL*/
|
#include <string.h> /*USL*/
|
||||||
#else /* SVR4 or SYSV */
|
#else /* SVR4 or SYSV */
|
||||||
|
|
|
@ -40,6 +40,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <string.h>
|
||||||
|
#include <stdlib.h>
|
||||||
#include <X11/Xproto.h>
|
#include <X11/Xproto.h>
|
||||||
#include <X11/Xlib.h>
|
#include <X11/Xlib.h>
|
||||||
#include <X11/Xutil.h>
|
#include <X11/Xutil.h>
|
||||||
|
|
Loading…
Reference in a new issue