1
0
mirror of https://github.com/bgp/bgpq4.git synced 2024-05-11 05:55:05 +00:00

one more place for potential OpenBSD's sys/queue.h incompatibility.

This commit is contained in:
Alexandre Snarskii
2015-08-30 14:46:36 +03:00
parent 0ea4d56164
commit 4ec8e2442b

View File

@@ -3,6 +3,9 @@
#if HAVE_SYS_QUEUE_H
#include <sys/queue.h>
#ifndef STAILQ_ENTRY
#include "sys_queue.h"
#endif
#else
#include "sys_queue.h"
#endif