diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-12-17 22:17:59 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-12-17 22:17:59 +0100 |
commit | b2304c7c6638e3b2102797cc45a32810958738c7 (patch) | |
tree | ea062bd9e6a775dd847d7336db13db0f81e3d450 /src/blogc-make/ctx.c | |
parent | 1daeedfa2ebdaffdd3f16367449b80cfc0e2a8c7 (diff) | |
download | blogc-b2304c7c6638e3b2102797cc45a32810958738c7.tar.gz blogc-b2304c7c6638e3b2102797cc45a32810958738c7.tar.bz2 blogc-b2304c7c6638e3b2102797cc45a32810958738c7.zip |
make: include limits.h
Diffstat (limited to 'src/blogc-make/ctx.c')
-rw-r--r-- | src/blogc-make/ctx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/blogc-make/ctx.c b/src/blogc-make/ctx.c index 23227b2..ac4e644 100644 --- a/src/blogc-make/ctx.c +++ b/src/blogc-make/ctx.c @@ -11,6 +11,7 @@ #include <dirent.h> #include <errno.h> #include <libgen.h> +#include <limits.h> #include <time.h> #include <stdlib.h> #include <stdbool.h> |