Skip to content

Commit

Permalink
fix: move header at the right location
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed May 7, 2024
1 parent d1ef718 commit 6ee8385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/simdutf/internal/isadetection.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <cpuid.h>
#endif

if SIMDUTF_IS_RISCV64 && defined(__linux__)
#if SIMDUTF_IS_RISCV64 && defined(__linux__)
#include <unistd.h>
#endif

Expand Down

0 comments on commit 6ee8385

Please sign in to comment.