aboutsummaryrefslogtreecommitdiff
path: root/libcpp/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'libcpp/configure.ac')
-rw-r--r--libcpp/configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/libcpp/configure.ac b/libcpp/configure.ac
index f088ac8..8a9a449 100644
--- a/libcpp/configure.ac
+++ b/libcpp/configure.ac
@@ -57,8 +57,7 @@ ZW_GNU_GETTEXT_SISTER_DIR
AC_CACHE_CHECK(for uchar, gcc_cv_type_uchar,
[AC_TRY_COMPILE([
-#include "ansidecl.h"
-#include "system.h"
+#include <sys/types.h>
],
[if ((uchar *)0) return 0;
if (sizeof(uchar)) return 0;],