summaryrefslogtreecommitdiff
path: root/dselect/curkeys.cc
diff options
context:
space:
mode:
authorWichert Akkerman <wakkerma@debian.org>2000-01-07 18:48:52 +0000
committerWichert Akkerman <wakkerma@debian.org>2000-01-07 18:48:52 +0000
commit68d09d4cdc7e697b9722d31249765fe96a2486a6 (patch)
treee6a54a6d84adc9190d217c23bfb47ae286e252ec /dselect/curkeys.cc
parentc4ab8d94705774973065a3dd27afc6e4846c508b (diff)
downloaddpkg-68d09d4cdc7e697b9722d31249765fe96a2486a6.tar.gz
dselect/method.cc: pass admindir to dpkg
dselect/Makefile.in: fix rule to build helpmessages dselect/curkeys.h: use curses.h instead of ncurses.h, since someone decided to play nasty and just remove that scripts/: remove dpkg-safelist dpkg-deb/build.c: remove dpkg-safelist calls main/enquiry.c: redo formula to get fieldwidths for packages
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 f22c9b680..d25ab7034 100644
--- a/dselect/curkeys.cc
+++ b/dselect/curkeys.cc
@@ -20,7 +20,7 @@
*/
extern "C" {
-#include <ncurses/curses.h>
+#include <curses.h>
#include <config.h>
#include <dpkg.h>
#include <dpkg-db.h>