We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb8642f commit 265f216Copy full SHA for 265f216
1 file changed
src/alloc-private.h
@@ -28,6 +28,7 @@
28
#define wpe_alloc_private_h
29
30
#include <stdlib.h>
31
+#include <string.h>
32
33
#if defined(__has_attribute) && __has_attribute(noreturn)
34
#define WPE_NORETURN __attribute__((noreturn))
0 commit comments