summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Knoll <lars@trolltech.com>2005-07-11 15:24:32 +0000
committerLars Knoll <lars@trolltech.com>2005-07-11 15:24:32 +0000
commit424c2d8905eb2ad0a2df15b1da2f96140bfbcffb (patch)
tree197bc19ced767994151b9494a48088f58fc0dbdd
parentde9784eb1bde46efc316da279e3da27c6cc288a7 (diff)
-rw-r--r--src/xlibi18n/XlcDL.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xlibi18n/XlcDL.c b/src/xlibi18n/XlcDL.c
index 092d8a08..8f3b8d81 100644
--- a/src/xlibi18n/XlcDL.c
+++ b/src/xlibi18n/XlcDL.c
@@ -42,7 +42,7 @@ Sun Microsystems, Inc. or its licensors is granted.
*/
/* $XFree86: xc/lib/X11/XlcDL.c,v 1.12 2003/04/13 19:22:19 dawes Exp $ */
-/* $XdotOrg: lib/X11/src/xlibi18n/XlcDL.c,v 1.5 2005-07-11 09:18:31 keithp Exp $ */
+/* $XdotOrg: lib/X11/src/xlibi18n/XlcDL.c,v 1.6 2005-07-11 15:24:32 lars Exp $ */
#ifdef HAVE_CONFIG_H
# include <config.h>
@@ -56,11 +56,11 @@ Sun Microsystems, Inc. or its licensors is granted.
#include <stdio.h>
-#if HAVE_DL_H
+#ifdef HAVE_DL_H
#include <dl.h>
#endif
-#if HAVE_DLFCN_H
+#ifdef HAVE_DLFCN_H
#include <dlfcn.h>
#endif