Просмотр исходного кода

include stdint.h for uintptr_t

Due to a variation of compiling options, stdint.h might not be included in
debug.c, so it has to be defined explicitly.
Ioannis Koutras лет назад: 12
Родитель
Сommit
770f024aa5
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/debug.c

+ 1 - 0
src/debug.c

@@ -26,6 +26,7 @@
 
 #include "dmmlib_trace.h"
 #include <stdbool.h>
+#include <stdint.h>
 #include "dmmlib/dmmlib.h"
 #include "locks.h"