diff options
author | theraven <theraven@FreeBSD.org> | 2011-12-24 15:31:06 +0000 |
---|---|---|
committer | theraven <theraven@FreeBSD.org> | 2011-12-24 15:31:06 +0000 |
commit | 9e6eb675fddd2c334c6ef57b3efbf72db0fc32fd (patch) | |
tree | 189c70b5bf050e81ceea50db9d830d34a5d6d014 /include | |
parent | ce78f8261c60d2d9768deab30cf8b6464730c9c6 (diff) | |
download | FreeBSD-src-9e6eb675fddd2c334c6ef57b3efbf72db0fc32fd.zip FreeBSD-src-9e6eb675fddd2c334c6ef57b3efbf72db0fc32fd.tar.gz |
...and actually install it.
Approved by: dim (mentor)
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile index c6fb526..763c254 100644 --- a/include/Makefile +++ b/include/Makefile @@ -19,7 +19,7 @@ INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h _ctype.h ctype.h \ printf.h proc_service.h pthread.h \ pthread_np.h pwd.h ranlib.h readpassphrase.h regex.h \ res_update.h resolv.h runetype.h search.h semaphore.h setjmp.h \ - signal.h spawn.h stab.h \ + signal.h spawn.h stab.h stdatomic.h \ stdbool.h stddef.h stdio.h stdlib.h string.h stringlist.h \ strings.h sysexits.h tar.h termios.h tgmath.h \ time.h timeconv.h timers.h ttyent.h \ |