Skip to content

Commit 5902d8e

Browse files
authored
include string.h before poison pragma to avoid build issues on CentOS 7 (#123)
1 parent 1be72c9 commit 5902d8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/alloc-private.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#define wpe_alloc_private_h
2929

3030
#include <stdlib.h>
31+
#include <string.h>
3132

3233
#if defined(__has_attribute) && __has_attribute(noreturn)
3334
#define WPE_NORETURN __attribute__((noreturn))

0 commit comments

Comments
 (0)