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

@ -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"