Skip to content

Commit

Permalink
Add missing include for x86. (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
pghvlaans authored Sep 22, 2024
1 parent 3181dad commit f6132a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/codegen/x86/codegen_backend_x86.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#if defined(__linux__) || defined(__APPLE__)
#include <sys/mman.h>
#include <unistd.h>
#include <stdlib.h>
#endif
#if defined WIN32 || defined _WIN32 || defined _WIN32
#include <windows.h>
Expand Down

0 comments on commit f6132a2

Please sign in to comment.