X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fsocket-util.h;h=841570f002ffc826a0e4b48c7d23a8fcdc767c11;hp=ae311ea33ac4effecfa88f38cd3f17f92fb0bac9;hb=ea4a240dc2e70adcb39704542b1422b1608e76e6;hpb=4fd5948e74b776b6d68ba55f558da5f354179e52 diff --git a/src/socket-util.h b/src/socket-util.h index ae311ea33..841570f00 100644 --- a/src/socket-util.h +++ b/src/socket-util.h @@ -26,6 +26,7 @@ #include #include #include +#include #include "macro.h" #include "util.h" @@ -71,6 +72,7 @@ int socket_address_listen( bool free_bind, mode_t directory_mode, mode_t socket_mode, + security_context_t scon, int *ret); bool socket_address_is(const SocketAddress *a, const char *s, int type);