Skip to content

Commit 84c2c64

Browse files
committed
Merge branch 'kraj/string_h' of https://github.com/kraj/liburing
* 'kraj/string_h' of https://github.com/kraj/liburing: test: Including missing string.h for memcpy
2 parents 739801b + c55874b commit 84c2c64

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/232c93d07b74.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include <stdlib.h>
1111
#include <stdint.h>
1212
#include <assert.h>
13+
#include <string.h>
1314

1415
#include <pthread.h>
1516
#include <errno.h>

test/accept-test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include <sys/socket.h>
88
#include <sys/un.h>
99
#include <assert.h>
10+
#include <string.h>
1011
#include "liburing.h"
1112
#include "helpers.h"
1213

0 commit comments

Comments
 (0)