diff options
author | David Lamparter <equinox@diac24.net> | 2019-04-29 21:18:48 +0200 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2019-04-29 21:18:48 +0200 |
commit | 7629b6b79c7a2de2e83633b87ec420b30ed4173b (patch) | |
tree | fc45afabdf2d8ce8de9f4f907b9386bdfd7e7d3b /tests/lib | |
parent | lib: remove fifo implementation (diff) | |
download | frr-7629b6b79c7a2de2e83633b87ec420b30ed4173b.tar.xz frr-7629b6b79c7a2de2e83633b87ec420b30ed4173b.zip |
Revert "lib: remove pqueue_*"
This reverts commit 798ac49d06b6619adb4c5ac765b092397bc50a6c.
Diffstat (limited to 'tests/lib')
-rw-r--r-- | tests/lib/cxxcompat.c | 1 | ||||
-rw-r--r-- | tests/lib/test_timer_correctness.c | 1 | ||||
-rw-r--r-- | tests/lib/test_timer_performance.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/tests/lib/cxxcompat.c b/tests/lib/cxxcompat.c index d1278cef2..12c333c8b 100644 --- a/tests/lib/cxxcompat.c +++ b/tests/lib/cxxcompat.c @@ -71,6 +71,7 @@ #include "lib/openbsd-tree.h" #include "lib/pbr.h" #include "lib/plist.h" +#include "lib/pqueue.h" #include "lib/prefix.h" #include "lib/privs.h" #include "lib/ptm_lib.h" diff --git a/tests/lib/test_timer_correctness.c b/tests/lib/test_timer_correctness.c index cbf9b0554..43e79ba9d 100644 --- a/tests/lib/test_timer_correctness.c +++ b/tests/lib/test_timer_correctness.c @@ -28,6 +28,7 @@ #include <unistd.h> #include "memory.h" +#include "pqueue.h" #include "prng.h" #include "thread.h" diff --git a/tests/lib/test_timer_performance.c b/tests/lib/test_timer_performance.c index 2960e0d81..d5f4badc8 100644 --- a/tests/lib/test_timer_performance.c +++ b/tests/lib/test_timer_performance.c @@ -28,6 +28,7 @@ #include <unistd.h> #include "thread.h" +#include "pqueue.h" #include "prng.h" #define SCHEDULE_TIMERS 1000000 |