We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1be72c9 commit 5902d8eCopy full SHA for 5902d8e
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