diff options
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) \ { \ |