always include strings.h
This commit is contained in:
2
check.c
2
check.c
@@ -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>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user