mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 06:53:33 +00:00
Fix some references to stdio/internal.h
This commit is contained in:
parent
f8ea02d4d1
commit
90c53f3064
2 changed files with 2 additions and 2 deletions
2
third_party/musl/shadow.h
vendored
2
third_party/musl/shadow.h
vendored
|
@ -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"
|
||||
|
|
2
third_party/tree/tree.h
vendored
2
third_party/tree/tree.h
vendored
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue