diff --git a/glib/valgrind.h b/glib/valgrind.h index bebfd69aa..376fa7423 100644 --- a/glib/valgrind.h +++ b/glib/valgrind.h @@ -93,6 +93,9 @@ #include +#if HAVE_STDINT_H +#include +#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