From 89511934b805999e0c12071750c52c1c45d35536 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 12 May 2021 23:46:22 -0400 Subject: Proper namespace for the header file. Bump version. --- lib/cleanpath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 #include #include "config.h" -#include "cleanpath.h" +#include "cleanpath/cleanpath.h" #if !OS_WINDOWS #include -- cgit