diff options
author | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-07-07 15:37:34 +0200 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-07-07 15:40:43 +0200 |
commit | b3870ef695a256be4a4ed28a991c39aab37bd6f3 (patch) | |
tree | 33604c48880d3a01d7053608584236dd15fc43e8 /src/lib/shm_ap_rbuff.c | |
parent | 04a8f3ceedefa63f9344311e5ff05ab3ce754fda (diff) | |
download | ouroboros-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.c | 2 |
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> |