Skip to content

Commit

Permalink
Merge pull request #1337 from leleliu008/fix-netbsd-no-alloca.h
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 committed Aug 29, 2024
2 parents d4c2073 + 8064858 commit 4645248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mold-wrapper.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <string.h>
#include <unistd.h>

#if !defined(__OpenBSD__) && !defined(__FreeBSD__)
#if !defined(__OpenBSD__) && !defined(__FreeBSD__) && !defined(__NetBSD__)
# include <alloca.h>
#endif

Expand Down

0 comments on commit 4645248

Please sign in to comment.