mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
Use fcntl.h from inside /sys.
Reviewd by: scottl
This commit is contained in:
parent
e98304b93f
commit
940f2da74e
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@
|
|||
#else
|
||||
#include <db.h>
|
||||
#endif
|
||||
#include <fcntl.h>
|
||||
#include <sys/fcntl.h>
|
||||
#include <inttypes.h>
|
||||
#include <regex.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue