diff options
author | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-02-23 16:14:38 +0100 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-02-23 16:14:38 +0100 |
commit | d773fdaad545c122ff81acb57080c8baf46f3735 (patch) | |
tree | 0205ce45761ebfd0b49a8b007f0ecb80a5ceb533 /include | |
parent | 30efb0c8366cfb34a275feb21ae67a61c37b8183 (diff) | |
parent | 61670a5b3d37ee8bb611c5d08cc216f4b6d9570b (diff) | |
download | ouroboros-d773fdaad545c122ff81acb57080c8baf46f3735.tar.gz ouroboros-d773fdaad545c122ff81acb57080c8baf46f3735.zip |
Merged in sandervrijders/ouroboros/be (pull request #4)
build: Require usage of C89
Diffstat (limited to 'include')
-rw-r--r-- | include/ouroboros/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ouroboros/common.h b/include/ouroboros/common.h index 90431208..09900a1f 100644 --- a/include/ouroboros/common.h +++ b/include/ouroboros/common.h @@ -26,6 +26,7 @@ #include <stdint.h> #include <unistd.h> #include <stdbool.h> +#include <errno.h> typedef uint32_t port_id_t; |