summaryrefslogtreecommitdiff
path: root/cleanup.c
diff options
context:
space:
mode:
authordtucker <dtucker>2006-07-24 13:19:40 +0000
committerdtucker <dtucker>2006-07-24 13:19:40 +0000
commitf3dd04c2e1869cdae51f6e76de6a8e5925353181 (patch)
tree304292af731ed802d2b63fc787b18e864065df46 /cleanup.c
parentdd0acb4bab02729c473871761868b57c354d71e5 (diff)
downloadopenssh-f3dd04c2e1869cdae51f6e76de6a8e5925353181.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"