Fix header dependencies in third_party/make

This commit is contained in:
Justine Tunney 2022-06-10 13:07:11 -07:00
parent af4687cc3f
commit 8a967ae6fe
4 changed files with 6 additions and 0 deletions

View file

@ -18,6 +18,7 @@
#ifndef _LIBGETTEXT_H
#define _LIBGETTEXT_H 1
#include "libc/str/str.h"
/* NLS can be disabled through the configure --disable-nls option
or through "#define ENABLE NLS 0" before including this file. */