mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 16:37:19 +09:00
include fcntl.h rather than sys/fcntl.h
This commit is contained in:
committed by
Tom Gundersen
parent
1ed96046cb
commit
fdb8bd0fe7
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user