diff options
| author | 2017-04-19 08:30:08 +1000 | |
|---|---|---|
| committer | 2017-04-19 08:30:08 +1000 | |
| commit | fa5b5b26e25cbab819e0955f948e8a6d5363f06f (patch) | |
| tree | 1dfb743d934832546a5b3e7cfd02d83c1736c051 /scripts/selinux/mdp/mdp.c | |
| parent | Merge tag 'keys-next-20170412' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into next (diff) | |
| parent | selinux: Fix an uninitialized variable bug (diff) | |
| download | wireguard-linux-fa5b5b26e25cbab819e0955f948e8a6d5363f06f.tar.xz wireguard-linux-fa5b5b26e25cbab819e0955f948e8a6d5363f06f.zip | |
Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/selinux into next
Diffstat (limited to 'scripts/selinux/mdp/mdp.c')
| -rw-r--r-- | scripts/selinux/mdp/mdp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/selinux/mdp/mdp.c b/scripts/selinux/mdp/mdp.c index c29fa4a6228d..ffe8179f5d41 100644 --- a/scripts/selinux/mdp/mdp.c +++ b/scripts/selinux/mdp/mdp.c @@ -32,6 +32,7 @@ #include <stdlib.h> #include <unistd.h> #include <string.h> +#include <sys/socket.h> static void usage(char *name) { |
