Fix missing includes

This commit is contained in:
Justine Tunney 2023-06-09 18:11:53 -07:00
parent 4a59210008
commit f6407d5f7c
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
10 changed files with 12 additions and 2 deletions

View file

@ -18,6 +18,7 @@ this program. If not, see <http://www.gnu.org/licenses/>. */
#include "third_party/make/makeint.inc"
#include "third_party/make/os.h"
#include "third_party/make/output.h"
#include "libc/runtime/runtime.h"
#include "libc/calls/struct/flock.h"
/* GNU make no longer supports pre-ANSI89 environments. */