diff options
Diffstat (limited to 'nx-X11/lib/X11/Xlocale.h')
-rw-r--r-- | nx-X11/lib/X11/Xlocale.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/nx-X11/lib/X11/Xlocale.h b/nx-X11/lib/X11/Xlocale.h index 7b0b75bc2..da5746d28 100644 --- a/nx-X11/lib/X11/Xlocale.h +++ b/nx-X11/lib/X11/Xlocale.h @@ -26,7 +26,8 @@ from The Open Group. */ -#ifndef _XLOCALE_H_ +#if !defined(_X11_XLOCALE_H_) && !defined(_XLOCALE_H_) +#define _X11_XLOCALE_H_ #define _XLOCALE_H_ #include <nx-X11/Xfuncproto.h> @@ -56,4 +57,4 @@ _XFUNCPROTOEND #endif /* X_LOCALE */ -#endif /* _XLOCALE_H_ */ +#endif /* !defined(_X11_XLOCALE_H_) && !defined(_XLOCALE_H_) */ |