commit cd9789583331d2ea0d9d9a6766bffa718fd29a0b parent 606f968b17af11f33b2ede885b5ebe775faa6129 Author: Frederic Cambus <fred@statdns.com> Date: Sun, 2 Jul 2017 17:40:57 +0200 Add missing include Diffstat:
M | src/config.h | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/config.h b/src/config.h @@ -12,6 +12,8 @@ #ifndef config_h #define config_h +#include <stdint.h> + // configuration defines #define VERSION "3.0.6"