summaryrefslogtreecommitdiffstats
path: root/mbox.h
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2017-04-10 16:26:08 +0930
committerAndrew Jeffery <andrew@aj.id.au>2017-04-26 11:34:01 +0930
commit8ecbdb542eac3e74d052a4b7dabc2e8e166db5ce (patch)
tree22191b0314ab5d6f0444d9a518c5dc7b0c7d6201 /mbox.h
parent36a39f6b293909926bf42874b24c66ae9cf0e5ca (diff)
downloadphosphor-mboxd-8ecbdb542eac3e74d052a4b7dabc2e8e166db5ce.tar.gz
phosphor-mboxd-8ecbdb542eac3e74d052a4b7dabc2e8e166db5ce.zip
mbox: Add includes to header for used types
mbox.h makes use of struct pollfd and bool types, so lets include the appropriate headers to make the mbox header self-contained. Change-Id: Ia9e1ce4477a510fb9a0fa841f6542327930e02bb Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Diffstat (limited to 'mbox.h')
-rw-r--r--mbox.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mbox.h b/mbox.h
index 087975d..be9b953 100644
--- a/mbox.h
+++ b/mbox.h
@@ -20,6 +20,8 @@
#include <mtd/mtd-abi.h>
#include <systemd/sd-bus.h>
+#include <poll.h>
+#include <stdbool.h>
enum api_version {
API_VERSION_INVAL = 0,
OpenPOWER on IntegriCloud