Fix some references to stdio/internal.h

This commit is contained in:
Justine Tunney 2023-12-07 16:30:49 -08:00
parent f8ea02d4d1
commit 90c53f3064
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
#ifndef COSMOPOLITAN_THIRD_PARTY_MUSL_SHADOW_H_
#define COSMOPOLITAN_THIRD_PARTY_MUSL_SHADOW_H_
#include "libc/stdio/internal.h"
#include "libc/stdio/stdio.h"
COSMOPOLITAN_C_START_
#define SHADOW "/etc/shadow"

View file

@ -18,7 +18,7 @@
#include "libc/calls/weirdtypes.h"
#include "libc/calls/typedef/u.h"
#include "libc/calls/struct/stat.h"
#include "libc/stdio/internal.h"
#include "libc/stdio/stdio.h"
#include "libc/str/str.h"
#include "libc/macros.internal.h"