Module Name:    xsrc
Committed By:   christos
Date:           Tue Jan 10 21:50:59 UTC 2017

Modified Files:
        xsrc/external/mit/xman/dist: search.c

Log Message:
need <sys/stat.h>


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/xman/dist/search.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xman/dist/search.c
diff -u xsrc/external/mit/xman/dist/search.c:1.2 xsrc/external/mit/xman/dist/search.c:1.3
--- xsrc/external/mit/xman/dist/search.c:1.2	Sun Apr 24 13:37:02 2016
+++ xsrc/external/mit/xman/dist/search.c	Tue Jan 10 16:50:59 2017
@@ -28,9 +28,14 @@ from the X Consortium.
 
 */
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
 
 #include "globals.h"
 #include "vendor.h"
+#include <X11/Xos.h>            /* sys/types.h and unistd.h included in here */
+#include <sys/stat.h>
 
 /* Map <CR> and control-M to goto beginning of file. */
 

Reply via email to