Always include compiler.h in cfbmskbits.h instead of checking #ifdef XFREE86

This commit is contained in:
Alan Coopersmith 2007-01-17 14:39:28 -08:00
parent 42a48786ac
commit 2dfd1aab24

View File

@ -32,10 +32,7 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <X11/X.h>
#include <X11/Xmd.h>
#include "servermd.h"
#if defined(XFREE86) || ( defined(__OpenBSD__) && defined(__alpha__) ) \
|| (defined(__bsdi__))
#include "compiler.h"
#endif
/*
* ==========================================================================