13 lines
375 B
Diff
13 lines
375 B
Diff
--- glib-2.57.1/glib/valgrind.h.xx 2018-08-02 17:29:39.096594952 +0200
|
|
+++ glib-2.57.1/glib/valgrind.h 2018-08-02 17:29:49.478405545 +0200
|
|
@@ -93,6 +93,9 @@
|
|
|
|
|
|
#include <stdarg.h>
|
|
+#if HAVE_STDINT_H
|
|
+#include <stdint.h>
|
|
+#endif
|
|
|
|
/* Nb: this file might be included in a file compiled with -ansi. So
|
|
we can't use C++ style "//" comments nor the "asm" keyword (instead
|