summaryrefslogtreecommitdiffstats
path: root/text-utils/pg.c
diff options
context:
space:
mode:
authorKarel Zak2006-12-07 00:26:08 +0100
committerKarel Zak2006-12-07 00:26:08 +0100
commita5a16c68537f8c3e5e61c5fb1680ee9f82b70a4d (patch)
tree830565491cb6af2b456960d28c093054fa287e0b /text-utils/pg.c
parentImported from util-linux-2.11x tarball. (diff)
downloadkernel-qcow2-util-linux-a5a16c68537f8c3e5e61c5fb1680ee9f82b70a4d.tar.gz
kernel-qcow2-util-linux-a5a16c68537f8c3e5e61c5fb1680ee9f82b70a4d.tar.xz
kernel-qcow2-util-linux-a5a16c68537f8c3e5e61c5fb1680ee9f82b70a4d.zip
Imported from util-linux-2.11y tarball.
Diffstat (limited to 'text-utils/pg.c')
-rw-r--r--text-utils/pg.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/text-utils/pg.c b/text-utils/pg.c
index 177138389..a595fa448 100644
--- a/text-utils/pg.c
+++ b/text-utils/pg.c
@@ -61,7 +61,11 @@
#include <locale.h>
#include <nl_types.h>
#include <libgen.h>
+#if NCH
+#include <ncurses.h>
+#else
#include <curses.h>
+#endif
#include <term.h>
#include "nls.h"