diff --git a/src/modules/files/configure.in b/src/modules/files/configure.in
index 15c0fa7ed5a521bec0891e139ab0d3c12dd7268c..9d158f8e8ed85202a0cb85154b4276e883f7d35f 100644
--- a/src/modules/files/configure.in
+++ b/src/modules/files/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.52 1998/06/28 16:21:46 grubba Exp $
+# $Id: configure.in,v 1.53 1998/07/02 17:20:43 grubba Exp $
 AC_INIT(file.c)
 AC_CONFIG_HEADER(file_machine.h)
 
@@ -7,7 +7,7 @@ sinclude(../module_configure.in)
 AC_HAVE_HEADERS(sys/types.h arpa/inet.h sys/socketvar.h netinet/in.h \
  sys/mount.h ustat.h sys/statfs.h sys/statvfs.h sys/vfs.h sys/param.h \
  sys/socket.h sys/stream.h sys/protosw.h netdb.h sys/sysproto.h winsock.h \
- direct.h sys/wait.h process.h sys/file.h net/netdb.h)
+ direct.h sys/wait.h process.h sys/file.h net/netdb.h limits.h)
 AC_HEADER_DIRENT
 AC_CHECK_LIB(bind, __inet_ntoa)
 AC_CHECK_LIB(socket, socket)