aboutsummaryrefslogtreecommitdiffstats
path: root/src/firemon
diff options
context:
space:
mode:
authorLibravatar Aleksey Manevich <manevich.aleksey@gmail.com>2016-10-20 01:23:26 +0300
committerLibravatar Aleksey Manevich <manevich.aleksey@gmail.com>2016-10-20 01:23:26 +0300
commit4ac74f0621fbb33a90dd4e3aa181ccd727c57514 (patch)
tree7f9ac5550bbcb42fbb151e9f5e4c5399623737ac /src/firemon
parentfix mutt.profile (diff)
downloadfirejail-4ac74f0621fbb33a90dd4e3aa181ccd727c57514.tar.gz
firejail-4ac74f0621fbb33a90dd4e3aa181ccd727c57514.tar.zst
firejail-4ac74f0621fbb33a90dd4e3aa181ccd727c57514.zip
add missing include
Diffstat (limited to 'src/firemon')
-rw-r--r--src/firemon/procevent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firemon/procevent.c b/src/firemon/procevent.c
index c59c7423d..78a3a4fb2 100644
--- a/src/firemon/procevent.c
+++ b/src/firemon/procevent.c
@@ -28,7 +28,7 @@
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> 31#include <sys/uio.h>
32 32
33#define PIDS_BUFLEN 4096 33#define PIDS_BUFLEN 4096
34#define SERVER_PORT 889 // 889-899 is left unassigned by IANA 34#define SERVER_PORT 889 // 889-899 is left unassigned by IANA