remove inclusion of strings.h
This commit is contained in:
parent
132239bfda
commit
28f4c45f71
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@
|
|||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <ctype.h>
|
||||
#include <strings.h>
|
||||
#ifndef O_ACCMODE
|
||||
#define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue