Skip to content

Commit

Permalink
Update liburing and correct double definition. (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
szmyd authored Nov 22, 2023
1 parent dcb2146 commit a812c95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/include/iomgr/drive_interface.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
#include <system_error>

#include <nlohmann/json.hpp>
#define __kernel_timespec linux_timespec
#include <folly/futures/Future.h>
#undef __kernel_timespec
#include <iomgr/io_interface.hpp>
#include <iomgr/iomgr_types.hpp>
#include <iomgr/fiber_lib.hpp>
Expand Down

0 comments on commit a812c95

Please sign in to comment.