Module Name:    xsrc
Committed By:   christos
Date:           Tue Jan 10 21:53:06 UTC 2017

Modified Files:
        xsrc/external/mit/ctwm/dist: session.c

Log Message:
need <sys/stat.h> for umask


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 xsrc/external/mit/ctwm/dist/session.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/ctwm/dist/session.c
diff -u xsrc/external/mit/ctwm/dist/session.c:1.3 xsrc/external/mit/ctwm/dist/session.c:1.4
--- xsrc/external/mit/ctwm/dist/session.c:1.3	Sun Apr 24 14:27:03 2016
+++ xsrc/external/mit/ctwm/dist/session.c	Tue Jan 10 16:53:06 2017
@@ -120,6 +120,7 @@
 #endif
 #endif
 #endif /* PATH_MAX */
+#include <sys/stat.h>
 
 #include <X11/Xlib.h>
 #include <X11/Xatom.h>

Reply via email to