Skip to content

Commit

Permalink
Fix liburing inclusion in folly/experimental/io
Browse files Browse the repository at this point in the history
Reviewed By: spikeh, dmm-fb

Differential Revision: D57114023

fbshipit-source-id: 003e044ea9567d9b88393621ad015815d14877ea
  • Loading branch information
ot authored and facebook-github-bot committed May 8, 2024
1 parent bf6f535 commit dca5b83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions folly/experimental/io/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ cpp_library(
)

cpp_library(
# @autodeps-skip
name = "liburing",
headers = ["Liburing.h"],
os_deps = [(
Expand Down
2 changes: 1 addition & 1 deletion folly/experimental/io/IoUringProvidedBufferRing.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#if FOLLY_HAS_LIBURING

#include <liburing.h>
#include <liburing.h> // @manual

namespace folly {

Expand Down

0 comments on commit dca5b83

Please sign in to comment.