diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-12-01 21:15:16 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-12-01 21:15:16 (GMT) |
commit | 9b0389d37851ddfe36bb872063218aeaaa4ff383 (patch) | |
tree | da29330a70a9c6ea97a34d356fd710c705a8b8fa /src/analysis | |
parent | 106e06d33196ca124d6d27cc00a5898d6f96121d (diff) |
Moved the mkpath() function to a proper location.
Diffstat (limited to 'src/analysis')
-rw-r--r-- | src/analysis/db/cdb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/analysis/db/cdb.c b/src/analysis/db/cdb.c index 70e0dc5..a42f838 100644 --- a/src/analysis/db/cdb.c +++ b/src/analysis/db/cdb.c @@ -48,6 +48,7 @@ #include "../../common/cpp.h" #include "../../common/extstr.h" #include "../../common/io.h" +#include "../../common/pathname.h" #include "../../common/xdg.h" #include "../../common/xml.h" #include "../../core/collections.h" |