Fix the build

This commit is contained in:
Justine Tunney 2022-12-21 23:06:55 -08:00
parent 5c0ce6b83e
commit 2e5181666f
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
5 changed files with 7 additions and 10 deletions

View file

@ -17,12 +17,14 @@
PERFORMANCE OF THIS SOFTWARE.
*/
#include "libc/calls/calls.h"
#include "libc/intrin/strace.internal.h"
#include "libc/calls/syscall-sysv.internal.h"
#include "libc/dce.h"
#include "libc/intrin/strace.internal.h"
/**
* Returns process group id of calling process.
*
* This function is equivalent to `getpgid(0)`.
*/
int getpgrp(void) {
int rc;