diff --git a/configure.in.in b/configure.in.in index c613e40..6b460e8 100644 --- a/configure.in.in +++ b/configure.in.in @@ -10,3 +10,7 @@ fi KDE_INIT_DOXYGEN([The API Reference], [Version $VERSION]) +AC_STRUCT_ST_BLOCKS + +AC_CHECK_HEADERS(mntent.h) + diff --git a/src/part/localLister.cpp b/src/part/localLister.cpp index 17459ce..7e0fb8a 100644 --- a/src/part/localLister.cpp +++ b/src/part/localLister.cpp @@ -1,6 +1,7 @@ //Author: Max Howell , (C) 2003-4 //Copyright: See COPYING file that comes with this distribution +#include "../../config.h" #include "Config.h" #include "debug.h" #include