changeset 2280:85185f2a2576

[project @ 1996-05-24 16:40:35 by jwe]
author jwe
date Fri, 24 May 1996 16:40:35 +0000
parents 08cfa39a0bb4
children 7d11fd3aaaa1
files src/fn-cache.cc
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/fn-cache.cc	Fri May 24 07:51:25 1996 +0000
+++ b/src/fn-cache.cc	Fri May 24 16:40:35 1996 +0000
@@ -26,6 +26,11 @@
 
 #include <string>
 
+#ifdef HAVE_UNISTD_H
+#include <sys/types.h>
+#include <unistd.h>
+#endif
+
 #include "file-ops.h"
 #include "str-vec.h"