Skip to content
Snippets Groups Projects
Commit 14400c95 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Avi Kivity
Browse files

use <fcntl.h> instead of <sys/fcntl.h>

parent d7d7d035
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include <sys/cdefs.h> #include <sys/cdefs.h>
#include <bsd/sys/sys/param.h> #include <bsd/sys/sys/param.h>
#include <ctype.h> #include <ctype.h>
#include <sys/fcntl.h> #include <fcntl.h>
#include <sys/file.h> #include <sys/file.h>
#include <malloc.h> #include <malloc.h>
#include <bsd/sys/sys/sbuf.h> #include <bsd/sys/sys/sbuf.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment