Fix build breakage

This commit is contained in:
Justine Tunney 2023-06-04 09:33:48 -07:00
parent 4aa1d09b9e
commit a91a945b88
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
3 changed files with 2 additions and 1 deletions

View file

@ -19,7 +19,7 @@
#include "ape/sections.internal.h"
#include "libc/assert.h"
#include "libc/calls/calls.h"
#include "libc/calls/struct/aarch64.h"
#include "libc/calls/struct/aarch64.internal.h"
#include "libc/calls/struct/rusage.internal.h"
#include "libc/calls/struct/siginfo.h"
#include "libc/calls/struct/sigset.h"

View file

@ -20,6 +20,7 @@
#include "libc/calls/struct/sigaction.h"
#include "libc/dce.h"
#include "libc/errno.h"
#include "libc/runtime/runtime.h"
#include "libc/stdio/stdio.h"
#include "libc/sysv/consts/sig.h"
#include "libc/testlib/testlib.h"