aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2021-05-12 23:46:22 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2021-05-12 23:46:22 -0400
commit89511934b805999e0c12071750c52c1c45d35536 (patch)
treecddfae1f628181b67a6d1a965e6c7c1239f81aeb /lib
parent054508b5edeaef602ee4251bb3828387cb26f582 (diff)
downloadcleanpath-89511934b805999e0c12071750c52c1c45d35536.tar.gz
Proper namespace for the header file. Bump version.
Diffstat (limited to 'lib')
-rw-r--r--lib/cleanpath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cleanpath.c b/lib/cleanpath.c
index fde9e6d..91b399d 100644
--- a/lib/cleanpath.c
+++ b/lib/cleanpath.c
@@ -2,7 +2,7 @@
#include <stdlib.h>
#include <string.h>
#include "config.h"
-#include "cleanpath.h"
+#include "cleanpath/cleanpath.h"
#if !OS_WINDOWS
#include <regex.h>