summaryrefslogtreecommitdiff
path: root/dselect/methparse.cc
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2008-08-18 03:32:03 +0300
committerGuillem Jover <guillem@debian.org>2008-08-18 03:58:48 +0300
commit4141faf3dacb16973b86b219de2ff86409693439 (patch)
treecb31c593c1957b856389fb89222bec7300daf0da /dselect/methparse.cc
parent9c84e1dd3eeb99943a9cdb0e16c93a8dc6d530a1 (diff)
downloaddpkg-4141faf3dacb16973b86b219de2ff86409693439.tar.gz
Move dselect specific macros from dpkg.h to dselect/method.h
Diffstat (limited to 'dselect/methparse.cc')
-rw-r--r--dselect/methparse.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/dselect/methparse.cc b/dselect/methparse.cc
index b18aee8ca..d1b66c63f 100644
--- a/dselect/methparse.cc
+++ b/dselect/methparse.cc
@@ -42,6 +42,7 @@ extern "C" {
}
#include "dselect.h"
#include "bindings.h"
+#include "method.h"
int noptions=0;
struct dselect_option *options=0, *coption=0;