mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-25 23:21:33 +03:00
include sys/socket.h for klibc build
Requested by Aaron Griffin <aaronmgriffin@gmail.com>
This commit is contained in:
parent
a2a7f7d7af
commit
67f69ae17c
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user