diff options
-rw-r--r-- | xsm.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,4 +1,5 @@ /* $Xorg: xsm.h,v 1.4 2001/02/09 02:06:01 xorgcvs Exp $ */ +/* $XdotOrg: $ */ /****************************************************************************** Copyright 1993, 1998 The Open Group @@ -28,6 +29,10 @@ in this Software without prior written authorization from The Open Group. #ifndef _XSM_H_ #define _XSM_H_ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include <X11/Xos.h> #include <X11/Xfuncs.h> |