Skip to content

Commit

Permalink
Merge branch 'kraj/string_h' of https://github.com/kraj/liburing
Browse files Browse the repository at this point in the history
* 'kraj/string_h' of https://github.com/kraj/liburing:
  test: Including missing string.h for memcpy
  • Loading branch information
axboe committed Feb 18, 2025
2 parents 739801b + c55874b commit 84c2c64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/232c93d07b74.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <stdlib.h>
#include <stdint.h>
#include <assert.h>
#include <string.h>

#include <pthread.h>
#include <errno.h>
Expand Down
1 change: 1 addition & 0 deletions test/accept-test.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <sys/socket.h>
#include <sys/un.h>
#include <assert.h>
#include <string.h>
#include "liburing.h"
#include "helpers.h"

Expand Down

0 comments on commit 84c2c64

Please sign in to comment.