diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2016-08-27 00:37:53 +0200 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2016-10-10 22:52:30 +0200 |
commit | 27492905347761c6cbaa204e44b6ad66b538ab06 (patch) | |
tree | b28527ab1f12303c8cc2160575ce2f702b764e30 /nx-X11/lib/X11/XrmI.h | |
parent | 8a5f30fb1b9fa89ceff96beb681befbdbb89b0fa (diff) | |
download | nx-libs-27492905347761c6cbaa204e44b6ad66b538ab06.tar.gz nx-libs-27492905347761c6cbaa204e44b6ad66b538ab06.tar.bz2 nx-libs-27492905347761c6cbaa204e44b6ad66b538ab06.zip |
Update some missing files to libX11 1.3.4
Diffstat (limited to 'nx-X11/lib/X11/XrmI.h')
-rw-r--r-- | nx-X11/lib/X11/XrmI.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nx-X11/lib/X11/XrmI.h b/nx-X11/lib/X11/XrmI.h index 909e06e1e..a1615f4e5 100644 --- a/nx-X11/lib/X11/XrmI.h +++ b/nx-X11/lib/X11/XrmI.h @@ -30,11 +30,11 @@ from The Open Group. /* * Macros to abstract out reading the file, and getting its size. * - * You may need to redefine these for various other operating systems. + * You may need to redefine these for various other operating systems. */ #include <nx-X11/Xos.h> -#include <sys/stat.h> +#include <sys/stat.h> #define GetSizeOfFile(fd,size) \ { \ |