commit | 2f342efa58c60bd468179aff5882c4dc191c15a1 | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Tue Apr 11 13:20:43 2017 +0930 |
committer | Andrew Jeffery <andrew@aj.id.au> | Wed Apr 26 11:34:01 2017 +0930 |
tree | be081f47b47a219af1403161bdbab2b9cb8b25ba | |
parent | 1a5f8b9e8a61559bd9ea15cb20ac6785a4015e98 [diff] |
mboxd_windows: Include mbox.h to make header self-contained Change-Id: I48ff8175a1e9f6f012e5bed4f7268c5e9b0745e0 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
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);