diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2024-05-23 22:05:28 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2024-05-23 22:05:28 +0200 |
commit | 202bf3c23141f8efb4b154d72400c822b4726007 (patch) | |
tree | 500a97496c65b478bc3a01cdac8144ed91561632 | |
parent | ee7a26362f2a8c52d21704f3b6ed4b70a613d881 (diff) | |
download | blogc-202bf3c23141f8efb4b154d72400c822b4726007.tar.gz blogc-202bf3c23141f8efb4b154d72400c822b4726007.tar.bz2 blogc-202bf3c23141f8efb4b154d72400c822b4726007.zip |
make: missing include
-rw-r--r-- | src/blogc-make/utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/blogc-make/utils.c b/src/blogc-make/utils.c index 873aed1..3d70377 100644 --- a/src/blogc-make/utils.c +++ b/src/blogc-make/utils.c @@ -8,6 +8,7 @@ #include <unistd.h> #include "../common/error.h" #include "../common/utils.h" +#include "utils.h" #ifndef PATH_MAX #define PATH_MAX 4096 |