Add missing stdint.h

Coverity has started whining about uint32_t missing in this .h

Change-Id: I57992121c0593d6a0ada35917802d0300cf91259
Signed-off-by: Chris Luke <chrisy@flirble.org>
This commit is contained in:
Chris Luke
2018-03-30 06:56:42 -07:00
committed by Damjan Marion
parent dd4889e21c
commit 76981eedcd
+1
View File
@@ -16,6 +16,7 @@
#ifndef included_acl_inlines_h
#define included_acl_inlines_h
#include <stdint.h>
#include <plugins/acl/acl.h>
#include <plugins/acl/fa_node.h>