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

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

parent 14400c95
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@
#include <stdint.h>
#include <sys/lock.h>
#include <sys/mutex.h>
#include <sys/unistd.h>
#include <unistd.h>
#include <sys/debug.h>
#include <sys/kthread.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