[conf] Add missing stdint.h include

This commit is contained in:
ejurgensen 2020-02-01 13:15:56 -08:00
parent 189370df91
commit cac4b14e6f

View File

@ -3,6 +3,7 @@
#define __CONFFILE_H__
#include <sys/types.h>
#include <stdint.h>
#include <confuse.h>