mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-10-06 22:47:20 +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/output.c
vendored
1
third_party/make/output.c
vendored
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue