diff options
Diffstat (limited to 'mitmiscstr.h')
-rw-r--r-- | mitmiscstr.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mitmiscstr.h b/mitmiscstr.h index 209bcf5..7f819bf 100644 --- a/mitmiscstr.h +++ b/mitmiscstr.h @@ -1,3 +1,4 @@ +/* $XFree86: xc/include/extensions/mitmiscstr.h,v 1.3 2003/07/16 01:38:24 dawes Exp $ */ /************************************************************ Copyright 1989, 1998 The Open Group @@ -28,6 +29,9 @@ in this Software without prior written authorization from The Open Group. /* $Xorg: mitmiscstr.h,v 1.4 2001/02/09 02:03:24 xorgcvs Exp $ */ +#ifndef _MITMISCSTR_H_ +#define _MITMISCSTR_H_ + #include "MITMisc.h" #define MITMISCNAME "MIT-SUNDRY-NONSTANDARD" @@ -63,3 +67,4 @@ typedef struct { } xMITGetBugModeReply; #define sz_xMITGetBugModeReply 32 +#endif /* _MITMISCSTR_H_ */ |