dsdm: Include ansi C headers to prevent implicit incompatible declaration warnings.
This commit is contained in:
parent
e091b824c1
commit
231b359685
|
|
@ -65,6 +65,7 @@
|
|||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#if defined(SVR4) || defined(SYSV)
|
||||
#include <string.h> /*USL*/
|
||||
#else /* SVR4 or SYSV */
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue