summaryrefslogtreecommitdiff
path: root/parse.c
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2010-03-31 14:50:47 -0700
committerTollef Fog Heen <tfheen@err.no>2010-05-09 10:22:02 +0200
commitaa4634eb31db5b428f0b6c8527e35c081992dfb5 (patch)
tree40f5bbffb35a953cfca7ec0c620631db1b4cd884 /parse.c
parente58b5b94c6c7efa3854bb0a44fbde3d53e1b7684 (diff)
downloadpkg-config-aa4634eb31db5b428f0b6c8527e35c081992dfb5.tar.gz
Move popt to subdirectory and make a convenience library of it
This keeps a cleaner separation of the pkg-config sources and the imported popt sources.
Diffstat (limited to 'parse.c')
-rw-r--r--parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.c b/parse.c
index 0fc242f..01c7878 100644
--- a/parse.c
+++ b/parse.c
@@ -28,7 +28,7 @@
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
-#include "popt.h"
+#include <popt.h>
#ifdef HAVE_SYS_WAIT_H
#include <sys/wait.h>
#endif