diff --git a/include/string.h b/include/string.h index 725af17ed..a3268c5a7 100644 --- a/include/string.h +++ b/include/string.h @@ -5,6 +5,12 @@ #ifndef _STRING_H #define _STRING_H +/* Not strictly necessary, but some sources, in particular + * llvm, assume the defines in stdint.h are available when + * string.h is include. + */ +#include + #define NULL ((void *)0) #ifndef _SIZE_T