summaryrefslogtreecommitdiff
path: root/cleanup.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-07-24 23:19:40 +1000
committerDarren Tucker <dtucker@zip.com.au>2006-07-24 23:19:40 +1000
commit22c58b02423985004345d147193e4e112c75461b (patch)
tree53d84b4ad46b548ee7a9d0acd23d700270cc096f /cleanup.c
parent7b1877c803021430818ad7bd6bff504f0de1658f (diff)
downloadopenssh-git-22c58b02423985004345d147193e4e112c75461b.tar.gz
- (dtucker) [cleanup.c] Since config.h defines _LARGE_FILES on AIX, including
system headers before defines.h will cause conflicting definitions.
Diffstat (limited to 'cleanup.c')
-rw-r--r--cleanup.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cleanup.c b/cleanup.c
index 4e6c79ce..0d9f2a6d 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"