always include strings.h

This commit is contained in:
Todd C. Miller
1993-12-06 06:12:34 +00:00
parent 5dfa832ead
commit 0535ec788f
2 changed files with 1 additions and 4 deletions

View File

@@ -41,9 +41,7 @@ static char rcsid[] = "$Id$";
#include <stdio.h>
#include <string.h>
#ifndef STD_HEADERS
#include <strings.h>
#endif /* !STD_HEADERS */
#include <fcntl.h>
#include <sys/param.h>
#include <sys/types.h>

View File

@@ -51,10 +51,9 @@ static char rcsid[] = "$Id$";
#include <stdio.h>
#ifdef STD_HEADERS
#include <stdlib.h>
#else
#include <strings.h>
#endif /* STD_HEADERS */
#include <string.h>
#include <strings.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/param.h>