From 47f98f87387dd8b400b2555b4f62abcb1bdbecc8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Tue, 24 Mar 1998 20:37:13 -0800
Subject: [PATCH] process.h added

Rev: src/modules/files/configure.in:1.42
---
 src/modules/files/configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/files/configure.in b/src/modules/files/configure.in
index fd9c36ff1d..9b50cef7bf 100644
--- a/src/modules/files/configure.in
+++ b/src/modules/files/configure.in
@@ -6,7 +6,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)
+ direct.h sys/wait.h process.h)
 AC_HEADER_DIRENT
 AC_CHECK_LIB(bind, __inet_ntoa)
 AC_CHECK_LIB(socket, socket)
-- 
GitLab