summaryrefslogtreecommitdiff
path: root/dselect/pkgtop.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/pkgtop.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/pkgtop.cc')
-rw-r--r--dselect/pkgtop.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dselect/pkgtop.cc b/dselect/pkgtop.cc
index a9eb991d5..d3765fe5b 100644
--- a/dselect/pkgtop.cc
+++ b/dselect/pkgtop.cc
@@ -29,8 +29,8 @@
#include <assert.h>
#include <ctype.h>
-#include <dpkg.h>
-#include <dpkg-db.h>
+#include <dpkg/dpkg.h>
+#include <dpkg/dpkg-db.h>
#include "dselect.h"
#include "pkglist.h"