cosmo: fix missing include for elf.h
This commit is contained in:
parent
342dd18d82
commit
ceec58b0f9
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@ RUN : \
|
|||
'/\bNET_HTTP\b/i\\tTOOL_ARGS\t\t\\' \
|
||||
# include nsync_cv_signal and nsync_cv_wait_with_deadline in cosmopolitan.a \
|
||||
'/\bTHIRD_PARTY_NSYNC_MALLOC\b/i\\tTHIRD_PARTY_NSYNC_MEM\t\t\\' \
|
||||
# add missing include \
|
||||
# add missing includes \
|
||||
&& shed libc/elf/elf.h '/"libc\/elf\/struct\/ehdr.h"/i\\#include "libc/elf/struct/dyn.h"' \
|
||||
&& shed libc/isystem/utime.h '/"libc\/time\/time.h"/i\#include "libc/time/struct/utimbuf.h"' \
|
||||
# awk's pledge isn't working for me for whatever reason \
|
||||
&& shed third_party/awk/main.c '/pledge.*{/,/}/d' \
|
||||
|
|
Loading…
Reference in a new issue