diff options
Diffstat (limited to 'contrib/file/file.c')
| -rw-r--r-- | contrib/file/file.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/file/file.c b/contrib/file/file.c index 6af9ad5299500..ac770d1de1724 100644 --- a/contrib/file/file.c +++ b/contrib/file/file.c @@ -26,6 +26,7 @@   */  #include <stdio.h>  #include <stdlib.h> +#include <unistd.h>  #include <string.h>  #include <sys/types.h>  #include <sys/param.h>	/* for MAXPATHLEN */ @@ -55,7 +56,7 @@  #include "patchlevel.h"  #ifndef	lint -FILE_RCSID("@(#)$Id: file.c,v 1.54 2000/08/05 18:30:26 christos Exp $") +FILE_RCSID("@(#)$Id: file.c,v 1.55 2000/08/05 19:00:12 christos Exp $")  #endif	/* lint */  | 
