mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-14 08:11:58 +00:00
Add missing sys/socket.h include
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com> Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
This commit is contained in:
parent
a3da2f3bd7
commit
5ec279894e
@ -31,6 +31,7 @@
|
||||
#include <sys/param.h>
|
||||
#include <sys/prctl.h>
|
||||
#include <sys/mount.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/syscall.h>
|
||||
#include <sys/wait.h>
|
||||
#include <linux/unistd.h>
|
||||
|
Loading…
Reference in New Issue
Block a user