Skip to content

Commit

Permalink
i#5844 scatter-gather: Fix broken include path (#6178)
Browse files Browse the repository at this point in the history
Fixes a build breakage introduced in PR #6173 with an invalid include
path.

Issue: #5844
  • Loading branch information
derekbruening committed Jun 28, 2023
1 parent 7fb8f19 commit e441848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/drx/scatter_gather_x86.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

#ifdef UNIX
# ifdef LINUX
# include "../../../core/unix/include/syscall.h"
# include "../../core/unix/include/syscall.h"
# else
# include <sys/syscall.h>
# endif
Expand Down

0 comments on commit e441848

Please sign in to comment.