diff options
Diffstat (limited to 'src/label.h')
-rw-r--r-- | src/label.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/label.h b/src/label.h index 6e48efaa07..ead44837a4 100644 --- a/src/label.h +++ b/src/label.h @@ -24,6 +24,7 @@ #include <sys/types.h> #include <stdbool.h> +#include <sys/socket.h> int label_init(void); void label_finish(void); @@ -45,4 +46,6 @@ int label_mkdir(const char *path, mode_t mode); void label_retest_selinux(void); +int label_bind(int fd, const struct sockaddr *addr, socklen_t addrlen); + #endif |