include fcntl.h rather than sys/fcntl.h

This commit is contained in:
Emil Renner Berthing
2014-09-18 15:24:38 +02:00
committed by Tom Gundersen
parent 1ed96046cb
commit fdb8bd0fe7

View File

@@ -26,7 +26,7 @@
#include <stdlib.h>
#include <string.h>
#include <netdb.h>
#include <sys/fcntl.h>
#include <fcntl.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <unistd.h>