summaryrefslogtreecommitdiff
path: root/src/tool_homedir.c
diff options
context:
space:
mode:
authornikita <tek.no.katze@gmail.com>2020-04-07 14:22:38 +0200
committernikita <tek.no.katze@gmail.com>2020-04-07 14:22:38 +0200
commite374067673ffedcb5ddbd9f96ca8c94393ee7bc3 (patch)
tree191bc218d9a14d24a5588041d0b90203e4ba098e /src/tool_homedir.c
parentc5000ba5df899d525aa40dd76015f8adf54e954e (diff)
downloadgnurl-e374067673ffedcb5ddbd9f96ca8c94393ee7bc3.tar.gz
gnurl-e374067673ffedcb5ddbd9f96ca8c94393ee7bc3.tar.bz2
gnurl-e374067673ffedcb5ddbd9f96ca8c94393ee7bc3.zip
tool_homedir.c: fix build
Diffstat (limited to 'src/tool_homedir.c')
-rw-r--r--src/tool_homedir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_homedir.c b/src/tool_homedir.c
index 719ff6a55..54c92ba6e 100644
--- a/src/tool_homedir.c
+++ b/src/tool_homedir.c
@@ -25,7 +25,7 @@
# include <pwd.h>
#endif
-#include <curl/mprintf.h>
+#include <gnurl/mprintf.h>
#include "tool_homedir.h"