mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 06:53:33 +00:00
Fix header dependencies in third_party/make
This commit is contained in:
parent
af4687cc3f
commit
8a967ae6fe
4 changed files with 6 additions and 0 deletions
2
third_party/make/findprog-in.c
vendored
2
third_party/make/findprog-in.c
vendored
|
@ -18,6 +18,8 @@
|
|||
|
||||
|
||||
#include "libc/errno.h"
|
||||
#include "libc/str/str.h"
|
||||
#include "libc/mem/mem.h"
|
||||
#include "third_party/make/config.h"
|
||||
|
||||
/* Specification. */
|
||||
|
|
1
third_party/make/gettext.h
vendored
1
third_party/make/gettext.h
vendored
|
@ -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. */
|
||||
|
|
1
third_party/make/xalloc-die.c
vendored
1
third_party/make/xalloc-die.c
vendored
|
@ -17,6 +17,7 @@
|
|||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||
|
||||
#include "libc/runtime/runtime.h"
|
||||
#include "third_party/make/config.h"
|
||||
|
||||
#include "third_party/make/xalloc.h"
|
||||
|
|
2
third_party/make/xmalloc.c
vendored
2
third_party/make/xmalloc.c
vendored
|
@ -16,6 +16,8 @@
|
|||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||
|
||||
#include "libc/mem/mem.h"
|
||||
#include "libc/str/str.h"
|
||||
#include "third_party/make/config.h"
|
||||
|
||||
#define XALLOC_INLINE _GL_EXTERN_INLINE
|
||||
|
|
Loading…
Reference in a new issue