summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-05-22 04:36:38 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-05-22 04:36:38 +0000
commit506a8f64c84b3db3ad64d03ee698c1de227247de (patch)
tree8853b2df81987c70897d71073abd64544362c332
parent9ca353477c403ab1341e994a5a42a998d29e9a58 (diff)
downloadxorg-lib-libXmu-506a8f64c84b3db3ad64d03ee698c1de227247de.tar.gz
-rw-r--r--src/CvtStdSel.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/CvtStdSel.c b/src/CvtStdSel.c
index 0bcbe65..267d2ff 100644
--- a/src/CvtStdSel.c
+++ b/src/CvtStdSel.c
@@ -1,4 +1,5 @@
/* $Xorg: CvtStdSel.c,v 1.4 2001/02/09 02:03:52 xorgcvs Exp $ */
+/* $XdotOrg: $ */
/*
@@ -35,10 +36,11 @@ in this Software without prior written authorization from The Open Group.
* XmuConvertStandardSelection() return a known selection
*/
-#ifdef SYSVNET
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
+
+#ifdef SYSVNET
#include <interlan/il_types.h>
#define __TYPES__ /* prevent #include <sys/types.h> in Xlib.h */
#include <interlan/netdb.h>