apple_ppc.c: restore forgotten header (#6583)

This commit is contained in:
Sergey Fedorov 2026-07-01 19:35:33 +08:00 committed by GitHub
parent 851ab98455
commit 7bba522bb2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,7 @@
// SPDX-License-Identifier: LGPL-3.0-only
#include <errno.h>
#include <sys/types.h>
#include <sys/ptrace.h>
#include <sys/wait.h>
#include <signal.h>