summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b23395fd5..7005b5ce7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,7 +45,8 @@ AC_CHECK_HEADERS(
sys/user.h \
rpcsvc/nfs_prot.h \
sys/io.h \
- pty.h])
+ pty.h \
+ err.h])
AC_CHECK_HEADERS([linux/raw.h],
[AM_CONDITIONAL([HAVE_RAW], [true])],
[AM_CONDITIONAL([HAVE_RAW], [false])])