From e3638c2c86fd10831136419db2601cb4daf3d3bb Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Tue, 5 Jan 2010 15:17:34 +0200 Subject: Remove include from system.h into the few places that still need - most of the places get it through already --- rpmio/fts.c | 1 + rpmio/rpmmalloc.c | 1 + 2 files changed, 2 insertions(+) (limited to 'rpmio') diff --git a/rpmio/fts.c b/rpmio/fts.c index 325e1a91f..ec9636b7c 100644 --- a/rpmio/fts.c +++ b/rpmio/fts.c @@ -61,6 +61,7 @@ static char sccsid[] = "@(#)fts.c 8.6 (Berkeley) 8/14/94"; # define _STAT_VER 0 #endif #include "system.h" +#include #include "rpmio/fts.h" #include #include diff --git a/rpmio/rpmmalloc.c b/rpmio/rpmmalloc.c index eec73ed8a..6c640c858 100644 --- a/rpmio/rpmmalloc.c +++ b/rpmio/rpmmalloc.c @@ -5,6 +5,7 @@ #include "system.h" #include +#include #include "debug.h" -- cgit v1.2.3