diff options
| author | Jakob Kaivo <jkk@ung.org> | 2019-02-28 15:34:48 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2019-02-28 15:34:48 -0500 |
| commit | 87ad3ba0e87277be78259af147359c97e7f4efc3 (patch) | |
| tree | ee58a5dacccaa090d9294b8f9c0bf46e2935e4cd /.headers.mk | |
| parent | c73db4ce616ba2fefd0b2dcd034600fa1a7e7bfa (diff) | |
include <limits.h> in <nonstd/locale.h> for field sizes
Diffstat (limited to '.headers.mk')
| -rw-r--r-- | .headers.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.headers.mk b/.headers.mk index 00ad4b5d..88982a91 100644 --- a/.headers.mk +++ b/.headers.mk @@ -99,7 +99,7 @@ $(INCDIR)/nonstd/io.h: mkh.sh $(SRCDIR)/nonstd/struct_io_options.c $(SRCDIR)/non $(INCDIR)/nonstd/lib.h: mkh.sh $(SRCDIR)/nonstd/lib-internal.ref INCDIR=$(INCDIR) sh mkh.sh $(INCDIR)/nonstd/lib.h -$(INCDIR)/nonstd/locale.h: mkh.sh $(SRCDIR)/nonstd/struct_locale_t.c $(SRCDIR)/nonstd/__load_locale.c $(SRCDIR)/nonstd/locale-internal.ref +$(INCDIR)/nonstd/locale.h: mkh.sh $(SRCDIR)/nonstd/struct_locale_t.c $(SRCDIR)/nonstd/__load_locale.c $(SRCDIR)/nonstd/locale-limits.ref $(SRCDIR)/nonstd/locale-internal.ref INCDIR=$(INCDIR) sh mkh.sh $(INCDIR)/nonstd/locale.h $(INCDIR)/nonstd/syscall.h: mkh.sh $(SRCDIR)/nonstd/SYSCALL_NUMBER.c $(SRCDIR)/nonstd/__syscall.c $(SRCDIR)/nonstd/__lookup.c $(SRCDIR)/nonstd/syscall_lookup_t.c $(SRCDIR)/nonstd/SYSCALL.c $(SRCDIR)/nonstd/syscall-internal.ref $(SRCDIR)/nonstd/ENOSYS.ref $(SRCDIR)/nonstd/errno.ref |
