From 2f342efa58c60bd468179aff5882c4dc191c15a1 Mon Sep 17 00:00:00 2001 From: Andrew Jeffery Date: Tue, 11 Apr 2017 13:20:43 +0930 Subject: mboxd_windows: Include mbox.h to make header self-contained Change-Id: I48ff8175a1e9f6f012e5bed4f7268c5e9b0745e0 Signed-off-by: Andrew Jeffery --- mboxd_windows.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mboxd_windows.h') diff --git a/mboxd_windows.h b/mboxd_windows.h index b81007d..3625521 100644 --- a/mboxd_windows.h +++ b/mboxd_windows.h @@ -21,6 +21,8 @@ #define NO_FLUSH false #define WITH_FLUSH true +#include "mbox.h" + /* Initialisation Functions */ int init_windows(struct mbox_context *context); void free_windows(struct mbox_context *context); -- cgit v1.2.1