summaryrefslogtreecommitdiffstats
path: root/devel/gettext/files/patch-gettext-tools_src_x-glade.c
blob: a482cd98d36d8fe583f0adab19de83c0c2c947b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- gettext-tools/src/x-glade.c.orig    Sat Aug 28 11:53:08 2004
+++ gettext-tools/src/x-glade.c Sat Aug 28 11:53:48 2004
@@ -30,7 +30,11 @@
 # include <dlfcn.h>
 #else
 # if HAVE_LIBEXPAT
-#  include <expat.h>
+#  if HAVE_BSDXML
+#   include <bsdxml.h>
+#  else
+#   include <expat.h>
+#  endif
 # endif
 #endif