summaryrefslogtreecommitdiff
path: root/support/poptconfig.c
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>1998-12-03 19:04:49 +0000
committerElliot Lee <sopwith@src.gnome.org>1998-12-03 19:04:49 +0000
commit3ace2b69f86b34b418f69418b10c3c94a50f8a95 (patch)
treeb6cf038ca3df8320da331a5bb4a5715e88c541bf /support/poptconfig.c
parentf453cd201acbdadf162aa56e5faf2cd54d639d03 (diff)
downloadshared-mime-info-3ace2b69f86b34b418f69418b10c3c94a50f8a95.tar.gz
Update popt, and always use the gnome-libs version instead of any system
Update popt, and always use the gnome-libs version instead of any system version. svn path=/trunk/; revision=501
Diffstat (limited to 'support/poptconfig.c')
-rw-r--r--support/poptconfig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/poptconfig.c b/support/poptconfig.c
index 8f2656d7..dabf6f55 100644
--- a/support/poptconfig.c
+++ b/support/poptconfig.c
@@ -17,7 +17,7 @@
# include <alloca.h>
#endif
-#include "popt.h"
+#include "popt-gnome.h"
#include "poptint.h"
static void configLine(poptContext con, char * line) {