diff --git a/Makefile.am b/Makefile.am index 40cc826..6ba1b08 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,7 @@ xext_HEADERS = \ geproto.h \ lbx.h \ lbxproto.h \ - mitmisc.h \ + mitmiscconst.h \ mitmiscproto.h \ multibufconst.h \ multibufproto.h \ diff --git a/mitmisc.h b/mitmiscconst.h similarity index 96% rename from mitmisc.h rename to mitmiscconst.h index 7c67f97..adc5f94 100644 --- a/mitmisc.h +++ b/mitmiscconst.h @@ -27,8 +27,8 @@ in this Software without prior written authorization from The Open Group. /* RANDOM CRUFT! THIS HAS NO OFFICIAL X CONSORTIUM OR X PROJECT TEAM BLESSING */ -#ifndef _MITMISC_H_ -#define _MITMISC_H_ +#ifndef _MITMISCCONST_H_ +#define _MITMISCCONST_H_ #define MITMiscNumberEvents 0 #define MITMiscNumberErrors 0 diff --git a/mitmiscproto.h b/mitmiscproto.h index 31a7af1..18c202a 100644 --- a/mitmiscproto.h +++ b/mitmiscproto.h @@ -29,7 +29,7 @@ in this Software without prior written authorization from The Open Group. #ifndef _MITMISCPROTO_H_ #define _MITMISCPROTO_H_ -#include +#include #define X_MITSetBugMode 0 #define X_MITGetBugMode 1