summaryrefslogtreecommitdiff
path: root/dselect/curkeys.cc
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2009-07-15 15:42:48 +0200
committerGuillem Jover <guillem@debian.org>2009-07-15 21:16:09 +0200
commit7fa96f351b61259f741bcd952beb9468f0c7516c (patch)
tree9815642a92e7ead29b9b50205b45736b82a4206c /dselect/curkeys.cc
parent4a7010fe5e3573cc919788d354fdbccdedce249d (diff)
downloaddpkg-7fa96f351b61259f741bcd952beb9468f0c7516c.tar.gz
Disable default automake preprocessor include paths
Tell automake not to add “-I.” to the preprocessor flags, to avoid file collisions with system headers. Re-add the path where config.h is located. Namespace and use bracketed file inclusions for libdpkg headers, and use quoted inclusions for program headers.
Diffstat (limited to 'dselect/curkeys.cc')
-rw-r--r--dselect/curkeys.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dselect/curkeys.cc b/dselect/curkeys.cc
index dd75911d7..ca8a6eb12 100644
--- a/dselect/curkeys.cc
+++ b/dselect/curkeys.cc
@@ -22,7 +22,7 @@
#include <config.h>
#include <compat.h>
-#include <dpkg-db.h>
+#include <dpkg/dpkg-db.h>
#include "dselect.h"
#include "bindings.h"