dsdm: Include ansi C headers to prevent implicit incompatible declaration warnings.
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user