diff options
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -57,8 +57,8 @@ in this Software without prior written authorization from The Open Group. * ***********************************************************************/ -#ifndef _UTIL_ -#define _UTIL_ +#ifndef UTIL_H +#define UTIL_H #include "twm.h" @@ -110,4 +110,4 @@ extern int HotX, HotY; #define XkbBI_MajorError 2 #endif -#endif /* _UTIL_ */ +#endif /* UTIL_H */ |