summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2019-05-18 16:47:01 -0600
committerJens Axboe <axboe@kernel.dk>2019-05-18 16:47:01 -0600
commit4e416217170ef2a5dbbd6766a4f3f1381ef2e7c9 (patch)
tree5b434d3e39f5bcca701d403b2eb57be2c95da024
parent1a90a51ecd678d4331990d7f696153b59583d378 (diff)
parentf218f76b82c3fc2ebfca0d1621e850a61c78ea6a (diff)
Merge branch 'missing-header' of https://github.com/flamingcow66/liburing
* 'missing-header' of https://github.com/flamingcow66/liburing: Fix liburing.h memset() missing declaration
-rw-r--r--src/liburing.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/liburing.h b/src/liburing.h
index 32e7211..3df5462 100644
--- a/src/liburing.h
+++ b/src/liburing.h
@@ -7,6 +7,7 @@ extern "C" {
#include <sys/uio.h>
#include <signal.h>
+#include <string.h>
#include <inttypes.h>
#include "compat.h"
#include "io_uring.h"