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

@ -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. */