- (dtucker) [cleanup.c] Since config.h defines _LARGE_FILES on AIX, including
   system headers before defines.h will cause conflicting definitions.
diff --git a/cleanup.c b/cleanup.c
index 4e6c79c..0d9f2a6 100644
--- a/cleanup.c
+++ b/cleanup.c
@@ -15,6 +15,8 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#include "config.h"
+
 #include <unistd.h>
 
 #include "log.h"