mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-03 11:12:27 +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/remake.c
vendored
1
third_party/make/remake.c
vendored
|
@ -21,6 +21,7 @@ this program. If not, see <http://www.gnu.org/licenses/>. */
|
|||
#include "third_party/make/commands.h"
|
||||
#include "third_party/make/dep.h"
|
||||
#include "third_party/make/variable.h"
|
||||
#include "libc/runtime/runtime.h"
|
||||
#include "third_party/make/debug.h"
|
||||
|
||||
/* The test for circular dependencies is based on the 'updating' bit in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue