summaryrefslogtreecommitdiff
path: root/dselect/method.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/method.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/method.cc')
-rw-r--r--dselect/method.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/dselect/method.cc b/dselect/method.cc
index 7f0ba1971..c4669be5a 100644
--- a/dselect/method.cc
+++ b/dselect/method.cc
@@ -42,10 +42,10 @@
#include <fcntl.h>
#include <sys/file.h>
-#include <dpkg.h>
-#include <dpkg-db.h>
+#include <dpkg/dpkg.h>
+#include <dpkg/dpkg-db.h>
+#include <dpkg/dpkg-priv.h>
-#include <dpkg-priv.h>
#include "dselect.h"
#include "method.h"