aboutsummaryrefslogtreecommitdiffstats
path: root/src/firemon
diff options
context:
space:
mode:
authorLibravatar Aleksey Manevich <manevich.aleksey@gmail.com>2016-10-20 00:29:58 +0300
committerLibravatar Aleksey Manevich <manevich.aleksey@gmail.com>2016-10-20 00:29:58 +0300
commit9b693b4a0791584bc8c543bfae71bbcdb167f592 (patch)
tree6c4ee777fc35ba33046289dde19872922bc7513b /src/firemon
parentfix building on systems without bash (diff)
downloadfirejail-9b693b4a0791584bc8c543bfae71bbcdb167f592.tar.gz
firejail-9b693b4a0791584bc8c543bfae71bbcdb167f592.tar.zst
firejail-9b693b4a0791584bc8c543bfae71bbcdb167f592.zip
add missing include
Diffstat (limited to 'src/firemon')
-rw-r--r--src/firemon/procevent.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/firemon/procevent.c b/src/firemon/procevent.c
index 188c10183..c59c7423d 100644
--- a/src/firemon/procevent.c
+++ b/src/firemon/procevent.c
@@ -28,6 +28,8 @@
28#include <arpa/inet.h> 28#include <arpa/inet.h>
29#include <time.h> 29#include <time.h>
30#include <fcntl.h> 30#include <fcntl.h>
31//#include <sys/uio.h>
32
31#define PIDS_BUFLEN 4096 33#define PIDS_BUFLEN 4096
32#define SERVER_PORT 889 // 889-899 is left unassigned by IANA 34#define SERVER_PORT 889 // 889-899 is left unassigned by IANA
33 35