Fix missing hbchar.h include in streamoptions.c

This commit is contained in:
Wilson Lin 2018-07-20 22:36:57 +12:00
parent a0573b337d
commit a5a38c3a01
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#define _HDR_HYPERBUILD_STREAM_OPTIONS
#include "../error/error.c"
#include "../util/hbchar.h"
#include "../ext/nicehash/set/str.h"
typedef struct hbs_options_s {