aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 588049b..34345d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2015 Gediminas Jakutis
+dnl Copyright (C) 2015-2016 Gediminas Jakutis
dnl
dnl This configure.ac is free software; you can redistribute it and/or
dnl modify it under the terms of the GNU Lesser General Public
@@ -31,7 +31,7 @@ AM_INIT_AUTOMAKE
LT_INIT
# Checks for header files.
-AC_CHECK_HEADERS([fcntl.h inttypes.h stdio.h stdint.h stdlib.h string.h sys/types.h sys/stat.h time,h unistd.h])
+AC_CHECK_HEADERS([fcntl.h inttypes.h limits.h stdio.h stdint.h stdlib.h string.h sys/types.h sys/stat.h time,h unistd.h])
# Checks for typedefs, structures, and compiler characteristics.
AC_TYPE_INT32_T