diff options
author | Elliot Lee <sopwith@src.gnome.org> | 1998-12-03 19:04:49 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 1998-12-03 19:04:49 +0000 |
commit | 3ace2b69f86b34b418f69418b10c3c94a50f8a95 (patch) | |
tree | b6cf038ca3df8320da331a5bb4a5715e88c541bf /support/poptconfig.c | |
parent | f453cd201acbdadf162aa56e5faf2cd54d639d03 (diff) | |
download | gnome-common-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/poptconfig.c b/support/poptconfig.c index 8f2656d..dabf6f5 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) { |