diff options
Diffstat (limited to 'nx-X11/lib/X11/ImUtil.h')
-rw-r--r-- | nx-X11/lib/X11/ImUtil.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/nx-X11/lib/X11/ImUtil.h b/nx-X11/lib/X11/ImUtil.h index 5b62571ac..a8b95eead 100644 --- a/nx-X11/lib/X11/ImUtil.h +++ b/nx-X11/lib/X11/ImUtil.h @@ -1,5 +1,6 @@ -#ifndef _IMUTIL_H_ +#if !defined(_X11_IMUTIL_H_) && !defined(_IM_UTIL_H_) +#define _X11_IMUTIL_H_ #define _IMUTIL_H_ extern int @@ -27,4 +28,4 @@ extern void _XInitImageFuncPtrs( register XImage *image); -#endif /* _IMUTIL_H_ */ +#endif /* !defined(_X11_IMUTIL_H_) && !defined(_IM_UTIL_H_) */ |