aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLionel Landwerlin <[email protected]>2019-08-09 16:05:56 +0300
committerLionel Landwerlin <[email protected]>2019-08-09 22:59:43 +0300
commit85bf1dc2dec53bb7808c1627991102277e60a2ca (patch)
tree73871293d6c4e866f57b44c319eb9c6ea644ed07 /src
parentc44c3948c7b3b44e2c0a0f36d3b35606939af3a7 (diff)
util: os_misc: drop p_compiler.h include
Signed-off-by: Lionel Landwerlin <[email protected]> Acked-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/util/os_misc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/os_misc.h b/src/util/os_misc.h
index 8ac3eeff377..19c8962d5d8 100644
--- a/src/util/os_misc.h
+++ b/src/util/os_misc.h
@@ -34,9 +34,10 @@
#ifndef _OS_MISC_H_
#define _OS_MISC_H_
+#include <stdint.h>
+#include <stdbool.h>
#include "detect_os.h"
-#include "pipe/p_compiler.h"
#if DETECT_OS_UNIX