diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-01-07 01:37:56 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-01-24 21:49:44 +0000 |
| commit | 28dc27649b0ea8d0ca2fecd71514ff2cedcdd332 (patch) | |
| tree | 9f4e59142835e6e4e735ba6085ae3c44ff2a2860 /stand/libsa | |
| parent | 887eddca598afeb678d06cb997961c248da47c6e (diff) | |
Diffstat (limited to 'stand/libsa')
| -rw-r--r-- | stand/libsa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/libsa/Makefile b/stand/libsa/Makefile index e3bff3cccddb..17e8ba3ff924 100644 --- a/stand/libsa/Makefile +++ b/stand/libsa/Makefile @@ -112,7 +112,7 @@ CFLAGS.lz4.c+= -I${SRCTOP}/sys/cddl/contrib/opensolaris/common/lz4 # Create a subset of includes that are safe, as well as adjusting those that aren't # The lists may drive people nuts, but they are explicitly opt-in FAKE_DIRS=xlocale arpa -SAFE_INCS=a.out.h assert.h elf.h limits.h nlist.h setjmp.h stddef.h stdbool.h string.h strings.h time.h unistd.h uuid.h +SAFE_INCS=a.out.h assert.h elf.h inttypes.h limits.h nlist.h setjmp.h stddef.h stdbool.h string.h strings.h time.h unistd.h uuid.h STAND_H_INC=ctype.h fcntl.h signal.h stdio.h stdlib.h OTHER_INC=stdarg.h errno.h stdint.h |
