From 505155d995ba77efe0a516f3b2ccf97cb2d0215d Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Sun, 15 Oct 2006 20:02:05 +0000 Subject: include changes so that this compiles --- src/util/convertdb.c | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'src/util') diff --git a/src/util/convertdb.c b/src/util/convertdb.c index b858466d..3fe3de83 100644 --- a/src/util/convertdb.c +++ b/src/util/convertdb.c @@ -28,9 +28,14 @@ #include #include #include -#include "alpm.h" -#include "list.h" -#include "util.h" + +#include +#include +#include + +/*#ifndef PATH_MAX +#define PATH_MAX 512 +#endif*/ int main(int argc, char* argv[]) { -- cgit v1.2.3-24-g4f1b