Fix missing includes

This commit is contained in:
Justine Tunney 2023-06-09 18:11:53 -07:00
parent 4a59210008
commit f6407d5f7c
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
10 changed files with 12 additions and 2 deletions

View file

@ -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