summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2009-12-11 23:24:31 +0100
committerGuillem Jover <guillem@hadrons.org>2009-12-12 01:13:29 +0100
commit7a70f1b019a64902a3c8a722ee5287d72a1cbf5b (patch)
treee1b2a6591579368fabdb672fd27aced7960ebb92 /Makefile
parentca28f28046b2cc4beb38cb4b63c75f0ac6379bcd (diff)
downloadlibbsd-7a70f1b019a64902a3c8a722ee5287d72a1cbf5b.tar.gz
Move fmtcheck and fgetln declarations to <bsd/stdio.h>
This is were they are located on the BSDs.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 91893e7..c751f32 100644
--- a/Makefile
+++ b/Makefile
@@ -60,6 +60,7 @@ LIB_INCLUDES := \
bsd/md5.h \
bsd/string.h \
bsd/bsd.h \
+ bsd/stdio.h \
bsd/stdlib.h \
bsd/readpassphrase.h \
bsd/unistd.h \