diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/fsusage.c | 2 | ||||
-rw-r--r-- | lib/mountlist.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/fsusage.c b/lib/fsusage.c index 5a864bf..7339c80 100644 --- a/lib/fsusage.c +++ b/lib/fsusage.c | |||
@@ -15,7 +15,7 @@ | |||
15 | along with this program; if not, write to the Free Software Foundation, | 15 | along with this program; if not, write to the Free Software Foundation, |
16 | Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ | 16 | Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ |
17 | 17 | ||
18 | #include "../plugins/config.h" | 18 | #include "config.h" |
19 | 19 | ||
20 | #if HAVE_INTTYPES_H | 20 | #if HAVE_INTTYPES_H |
21 | # include <inttypes.h> | 21 | # include <inttypes.h> |
diff --git a/lib/mountlist.c b/lib/mountlist.c index d171858..1af3cbb 100644 --- a/lib/mountlist.c +++ b/lib/mountlist.c | |||
@@ -15,7 +15,7 @@ | |||
15 | along with this program; if not, write to the Free Software Foundation, | 15 | along with this program; if not, write to the Free Software Foundation, |
16 | Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ | 16 | Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ |
17 | 17 | ||
18 | #include "../plugins/config.h" | 18 | #include "config.h" |
19 | 19 | ||
20 | #include <stdio.h> | 20 | #include <stdio.h> |
21 | #include <sys/types.h> | 21 | #include <sys/types.h> |