mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 17:06:39 +09:00
include sys/socket.h for klibc build
Requested by Aaron Griffin <aaronmgriffin@gmail.com>
This commit is contained in:
@@ -26,11 +26,12 @@
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
#include <grp.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <grp.h>
|
||||
#include <net/if.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <net/if.h>
|
||||
#include <linux/sockios.h>
|
||||
|
||||
#include "udev.h"
|
||||
|
||||
Reference in New Issue
Block a user