X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=blobdiff_plain;f=df.c;h=003becccddebe5231289afb63c5c527c550357b1;hp=6074f251c764c0e04f216d45f4aa51a72fc47d5c;hb=331602985a9b73157dfba5ceffd2c257e078c197;hpb=66cdd5bc99a53d2b408a6cdc2d501fe27f9db13b diff --git a/df.c b/df.c index 6074f25..003becc 100644 --- a/df.c +++ b/df.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2010 Andre Noll + * Copyright (C) 2008-2010 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -12,8 +12,8 @@ #include "gcc-compat.h" #include "log.h" -#include "error.h" -#include "string.h" +#include "err.h" +#include "str.h" #include "df.h" int get_disk_space(const char *path, struct disk_space *result)