From ce53b81dc5a975aec6bb493aa696cefd70de84fc Mon Sep 17 00:00:00 2001 From: yorhel Date: Thu, 2 Aug 2007 08:21:11 +0000 Subject: [PATCH] Configure checks for ncurses.h, fixes bug #1764304 git-svn-id: svn://blicky.net/ncdu/trunk@20 ce56bc8d-f834-0410-b703-f827bd498a76 --- configure.in | 2 +- src/ncdu.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.in b/configure.in index d5440d7..8652ca2 100644 --- a/configure.in +++ b/configure.in @@ -16,7 +16,7 @@ AC_CHECK_LIB(form, new_form) # Checks for header files. AC_HEADER_DIRENT AC_HEADER_STDC -AC_CHECK_HEADERS([limits.h stdlib.h string.h sys/time.h unistd.h fnmatch.h]) +AC_CHECK_HEADERS([limits.h stdlib.h string.h sys/time.h unistd.h fnmatch.h ncurses.h form.h]) # Checks for typedefs, structures, and compiler characteristics. AC_C_CONST diff --git a/src/ncdu.h b/src/ncdu.h index acc9607..9ac7738 100644 --- a/src/ncdu.h +++ b/src/ncdu.h @@ -36,7 +36,6 @@ #include #include -#include #include #include