summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorLibravatar sarneaud <sarneaud@users.noreply.github.com>2015-09-01 14:29:26 +1000
committerLibravatar sarneaud <sarneaud@users.noreply.github.com>2015-09-01 15:21:44 +1000
commit829d9e0c4c9ae700ab02e2809ac1d5eb72532357 (patch)
tree71316c7fdf7966a16f0f6c65dac583e75898a4e3 /src/include
parentClean up some fragile uses of strncmp. (diff)
downloadfirejail-829d9e0c4c9ae700ab02e2809ac1d5eb72532357.tar.gz
firejail-829d9e0c4c9ae700ab02e2809ac1d5eb72532357.tar.zst
firejail-829d9e0c4c9ae700ab02e2809ac1d5eb72532357.zip
Simple implementation of noblacklist command.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/common.h b/src/include/common.h
index 7ce1e9290..a42e7ad9e 100644
--- a/src/include/common.h
+++ b/src/include/common.h
@@ -25,6 +25,7 @@
25#include <sys/types.h> 25#include <sys/types.h>
26#include <unistd.h> 26#include <unistd.h>
27#include <stdlib.h> 27#include <stdlib.h>
28#include <stdbool.h>
28#include <stdint.h> 29#include <stdint.h>
29#include <stddef.h> 30#include <stddef.h>
30#include <string.h> 31#include <string.h>