diff options
Diffstat (limited to 'nx-X11/lib/X11/Xlibint.h')
-rw-r--r-- | nx-X11/lib/X11/Xlibint.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/nx-X11/lib/X11/Xlibint.h b/nx-X11/lib/X11/Xlibint.h index a1daf25d9..ca004623d 100644 --- a/nx-X11/lib/X11/Xlibint.h +++ b/nx-X11/lib/X11/Xlibint.h @@ -51,8 +51,9 @@ from The Open Group. */ -#ifndef _XLIBINT_H_ -#define _XLIBINT_H_ 1 +#if !defined(_X11_XLIBINT_H_) && !defined(_XLIBINT_H_) +#define _X11_XLIBINT_H_ +#define _XLIBINT_H_ /* * Xlibint.h - Header definition and support file for the internal @@ -1437,4 +1438,4 @@ extern void xlocaledir( _XFUNCPROTOEND -#endif /* _XLIBINT_H_ */ +#endif /* !defined(_X11_XLIBINT_H_) && !defined(_XLIBINT_H_) */ |