aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2018-12-17 22:17:59 +0100
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2018-12-17 22:17:59 +0100
commitb2304c7c6638e3b2102797cc45a32810958738c7 (patch)
treeea062bd9e6a775dd847d7336db13db0f81e3d450
parent1daeedfa2ebdaffdd3f16367449b80cfc0e2a8c7 (diff)
downloadblogc-b2304c7c6638e3b2102797cc45a32810958738c7.tar.gz
blogc-b2304c7c6638e3b2102797cc45a32810958738c7.tar.bz2
blogc-b2304c7c6638e3b2102797cc45a32810958738c7.zip
make: include limits.h
-rw-r--r--src/blogc-make/ctx.c1
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>