summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2009-10-12 01:47:54 +0200
committerGuillem Jover <guillem@hadrons.org>2009-10-24 01:47:25 +0200
commitb6e8469059c447c17cd84e59dbe5d51cd178376f (patch)
tree1e315ef92526dd301c9e6fbc6a7e4a15554f9478 /Makefile
parentd3e14ea99e39a2916928afc50a7cf29e152dcb75 (diff)
downloadlibbsd-b6e8469059c447c17cd84e59dbe5d51cd178376f.tar.gz
Move <bsd/queue.h> to <bsd/sys/queue.h>
This maps more closely the location of the real header. For transitional purposes keep a <bsd/queue.h> that warns and includes <bsd/sys/queue.h>.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 82b9570..13c5533 100644
--- a/Makefile
+++ b/Makefile
@@ -45,13 +45,14 @@ LIB_GEN_SRCS := \
LIB_INCLUDES := \
bsd/cdefs.h \
+ bsd/queue.h \
bsd/sys/cdefs.h \
+ bsd/sys/queue.h \
bsd/err.h \
bsd/getopt.h \
bsd/inet.h \
bsd/ip_icmp.h \
bsd/random.h \
- bsd/queue.h \
bsd/md5.h \
bsd/string.h \
bsd/bsd.h \