summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-16 22:07:13 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-16 22:07:13 +0000
commit2357729733356dde5bf4fad434cfc6a3c9bd7f44 (patch)
tree331659f98b736514d37c9cb073fc6af94506f59f
parent6fc73059455d756c2bc5c2780b0fc8a444dd9039 (diff)
Add #ifdef HAVE_CONFIG_H/#include "config.h" to files that need it to getXORG-6_8_99_16
HAS_MKSTEMP defined in modular builds.
-rw-r--r--xsm.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/xsm.h b/xsm.h
index 3a25d7b..cf48cb2 100644
--- a/xsm.h
+++ b/xsm.h
@@ -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>