summaryrefslogtreecommitdiff
path: root/src/lib/shm_ap_rbuff.c
diff options
context:
space:
mode:
authordimitri staessens <dimitri.staessens@intec.ugent.be>2016-07-07 15:37:34 +0200
committerdimitri staessens <dimitri.staessens@intec.ugent.be>2016-07-07 15:40:43 +0200
commitb3870ef695a256be4a4ed28a991c39aab37bd6f3 (patch)
tree33604c48880d3a01d7053608584236dd15fc43e8 /src/lib/shm_ap_rbuff.c
parent04a8f3ceedefa63f9344311e5ff05ab3ce754fda (diff)
downloadouroboros-b3870ef695a256be4a4ed28a991c39aab37bd6f3.tar.gz
ouroboros-b3870ef695a256be4a4ed28a991c39aab37bd6f3.zip
ouroboros: Use ouroboros errno.h
All includes of <errno.h> within ouroboros are replaced with the ouroboros errno.
Diffstat (limited to 'src/lib/shm_ap_rbuff.c')
-rw-r--r--src/lib/shm_ap_rbuff.c2
1 files changed, 1 insertions, 1 deletions
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 <ouroboros/config.h>
+#include <ouroboros/errno.h>
#define OUROBOROS_PREFIX "shm_ap_rbuff"
@@ -35,7 +36,6 @@
#include <string.h>
#include <stdint.h>
#include <unistd.h>
-#include <errno.h>
#include <signal.h>
#include <sys/stat.h>