From df683ace985187d8536fe87040bf821448809ebd Mon Sep 17 00:00:00 2001 From: asmodai Date: Sat, 16 Sep 2000 07:28:44 +0000 Subject: Welcome stdbool.h. A header file from the ANSI C99 specification. It defines the boolean values. --- include/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/Makefile') diff --git a/include/Makefile b/include/Makefile index 4c2459a..bd1e284 100644 --- a/include/Makefile +++ b/include/Makefile @@ -17,8 +17,8 @@ FILES= a.out.h ar.h assert.h bitstring.h ctype.h db.h dirent.h disktab.h \ paths.h pthread.h pthread_np.h pwd.h \ ranlib.h regex.h regexp.h resolv.h rune.h runetype.h \ search.h setjmp.h sgtty.h \ - signal.h stab.h stddef.h stdio.h stdlib.h string.h stringlist.h \ - strings.h struct.h sysexits.h tar.h time.h timers.h \ + signal.h stab.h stdbool.h stddef.h stdio.h stdlib.h string.h \ + stringlist.h strings.h struct.h sysexits.h tar.h time.h timers.h \ ttyent.h unistd.h utime.h utmp.h vis.h .if defined(WANT_CSRG_LIBM) FILES+= math.h -- cgit v1.1