Explorar o código

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 %!s(int64=12) %!d(string=hai) anos
pai
achega
770f024aa5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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"