summaryrefslogtreecommitdiff
path: root/support/poptparse.c
diff options
context:
space:
mode:
Diffstat (limited to 'support/poptparse.c')
-rw-r--r--support/poptparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/poptparse.c b/support/poptparse.c
index cd97ec6..d083824 100644
--- a/support/poptparse.c
+++ b/support/poptparse.c
@@ -10,7 +10,7 @@
#include <stdlib.h>
#include <string.h>
-#include "popt.h"
+#include "popt-gnome.h"
int poptParseArgvString(char * s, int * argcPtr, char *** argvPtr) {
char * buf = strcpy(alloca(strlen(s) + 1), s);