Build fix: missing include in debug.h

This commit is contained in:
Johannes Schriewer 2018-07-28 20:39:52 +02:00
parent 3bd6a7d3e7
commit 83535ad4a9

View file

@ -3,7 +3,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#include <stdint.h>
#if DEBUG #if DEBUG