index
:
ndpi-daemon.git
Tiny nDPI based deep packet inspection daemons / toolkit.
log msg
author
committer
range
add/PF_RING
add/apple-bsd-port
add/config-file-support
add/event-io-abstraction
add/nDPId-UDP-endpoint
add/tls-proxy-support
add/tunnel-decoding
add/udp-aes256-gcm
main
ndpi-example-proposal
tmp
summary
refs
log
tree
commit
diff
path:
root
/
utils.c
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'utils.c')
-rw-r--r--
utils.c
4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils.c b/utils.c
index a635a87e4..f2a152850 100644
--- a/
utils.c
+++ b/
utils.c
@@ -1,5 +1,3 @@
-#include "utils.h"
-
#include <errno.h>
#include <fcntl.h>
#include <grp.h>
@@ -15,6 +13,8 @@
#include <sys/types.h>
#include <unistd.h>
+#include "utils.h"
+
typedef char pid_str[16];
static char const * app_name = NULL;