mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-10-15 23:20:10 +02:00
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>.
This commit is contained in:
@@ -32,13 +32,13 @@
|
||||
*/
|
||||
|
||||
#include <bsd/sys/cdefs.h>
|
||||
#include <bsd/sys/queue.h>
|
||||
#include <bsd/stdlib.h>
|
||||
#include <bsd/string.h>
|
||||
#include <bsd/err.h>
|
||||
#include <bsd/getopt.h>
|
||||
#include <bsd/random.h>
|
||||
#include <bsd/md5.h>
|
||||
#include <bsd/queue.h>
|
||||
#include <bsd/ip_icmp.h>
|
||||
#include <time.h>
|
||||
|
||||
|
Reference in New Issue
Block a user