fix missing include caused by core header cleanups

This commit is contained in:
Vincent Sanders 2016-04-21 00:04:29 +01:00
parent f33d9dcc8c
commit 86aff2154f
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
*/
#include <stdbool.h>
#include <stddef.h>
#include "utils/nsoption.h"
#include "utils/messages.h"