From b3870ef695a256be4a4ed28a991c39aab37bd6f3 Mon Sep 17 00:00:00 2001 From: dimitri staessens Date: Thu, 7 Jul 2016 15:37:34 +0200 Subject: ouroboros: Use ouroboros errno.h All includes of within ouroboros are replaced with the ouroboros errno. --- src/lib/shm_ap_rbuff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/shm_ap_rbuff.c') diff --git a/src/lib/shm_ap_rbuff.c b/src/lib/shm_ap_rbuff.c index cf795601..618c4c19 100644 --- a/src/lib/shm_ap_rbuff.c +++ b/src/lib/shm_ap_rbuff.c @@ -21,6 +21,7 @@ */ #include +#include #define OUROBOROS_PREFIX "shm_ap_rbuff" @@ -35,7 +36,6 @@ #include #include #include -#include #include #include -- cgit v1.2.3