mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 14:58:30 +00:00
Fix missing includes
This commit is contained in:
parent
4a59210008
commit
f6407d5f7c
10 changed files with 12 additions and 2 deletions
1
third_party/make/read.c
vendored
1
third_party/make/read.c
vendored
|
@ -25,6 +25,7 @@ this program. If not, see <http://www.gnu.org/licenses/>. */
|
|||
#include "third_party/make/rule.h"
|
||||
#include "third_party/make/debug.h"
|
||||
#include "third_party/musl/passwd.h"
|
||||
#include "libc/runtime/runtime.h"
|
||||
#include "third_party/make/hash.h"
|
||||
|
||||
# define GLOB_ALTDIRFUNC (1 << 9)/* Use gl_opendir et al functions. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue