summaryrefslogtreecommitdiffstats
path: root/src/cleanup.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-04-22 10:57:59 +0000
committerLennart Poettering <lennart@poettering.net>2006-04-22 10:57:59 +0000
commit48850f18f65f536446a01315245da99dfb94f8f8 (patch)
treea7b4111c7ad93774ff7b51eaabc0462b5aa0001f /src/cleanup.c
parentfc02fb4cf63f58110a19285bd097bdce744a3ecc (diff)
compile with fascist gcc warnings and fix all issues found
git-svn-id: file:///home/lennart/svn/public/syrep/trunk@103 07ea20a6-d2c5-0310-9e02-9ef735347d72
Diffstat (limited to 'src/cleanup.c')
-rw-r--r--src/cleanup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cleanup.c b/src/cleanup.c
index f362240..6d1b009 100644
--- a/src/cleanup.c
+++ b/src/cleanup.c
@@ -29,6 +29,7 @@
#include "syrep.h"
#include "util.h"
+#include "cleanup.h"
int cleanup(const char *root) {
char p[PATH_MAX];