diff options
| author | James Morris <james.l.morris@oracle.com> | 2017-04-18 18:30:08 -0400 |
|---|---|---|
| committer | James Morris <james.l.morris@oracle.com> | 2017-04-18 18:30:08 -0400 |
| commit | fa5b5b26e25cbab819e0955f948e8a6d5363f06f (patch) | |
| tree | 1dfb743d934832546a5b3e7cfd02d83c1736c051 /scripts | |
| parent | 30a83251dd8b7e3566be9ea8c4921bafc21bee8f (diff) | |
| parent | cae303df3f379f04ce7efadb2e30de460918b302 (diff) | |
Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/selinux into next
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/selinux/genheaders/genheaders.c | 1 | ||||
| -rw-r--r-- | scripts/selinux/mdp/mdp.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/scripts/selinux/genheaders/genheaders.c b/scripts/selinux/genheaders/genheaders.c index f4dd41f900d5..6a24569c3578 100644 --- a/scripts/selinux/genheaders/genheaders.c +++ b/scripts/selinux/genheaders/genheaders.c | |||
| @@ -8,6 +8,7 @@ | |||
| 8 | #include <string.h> | 8 | #include <string.h> |
| 9 | #include <errno.h> | 9 | #include <errno.h> |
| 10 | #include <ctype.h> | 10 | #include <ctype.h> |
| 11 | #include <sys/socket.h> | ||
| 11 | 12 | ||
| 12 | struct security_class_mapping { | 13 | struct security_class_mapping { |
| 13 | const char *name; | 14 | const char *name; |
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 @@ | |||
| 32 | #include <stdlib.h> | 32 | #include <stdlib.h> |
| 33 | #include <unistd.h> | 33 | #include <unistd.h> |
| 34 | #include <string.h> | 34 | #include <string.h> |
| 35 | #include <sys/socket.h> | ||
| 35 | 36 | ||
| 36 | static void usage(char *name) | 37 | static void usage(char *name) |
| 37 | { | 38 | { |
