Include stdbool.h also from prefs.h if included from C file

Currently not mandatory in our code because we never include
prefs.h from a C file today but for the future this could avoid confusion.

Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
Stefan Fuchs 2017-11-24 11:51:13 +01:00 committed by Dirk Hohndel
parent bd88306722
commit f3c06279f1

View file

@ -4,6 +4,8 @@
#ifdef __cplusplus
extern "C" {
#else
#include <stdbool.h>
#endif
#include "units.h"