summaryrefslogtreecommitdiff
path: root/cleanup.c
diff options
context:
space:
mode:
Diffstat (limited to 'cleanup.c')
-rw-r--r--cleanup.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/cleanup.c b/cleanup.c
index 0d9f2a6d2..c41ef1c6a 100644
--- a/cleanup.c
+++ b/cleanup.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: cleanup.c,v 1.4 2006/07/17 01:31:09 stevesk Exp $ */ 1/* $OpenBSD: cleanup.c,v 1.5 2006/08/03 03:34:42 deraadt Exp $ */
2/* 2/*
3 * Copyright (c) 2003 Markus Friedl <markus@openbsd.org> 3 * Copyright (c) 2003 Markus Friedl <markus@openbsd.org>
4 * 4 *
@@ -17,7 +17,10 @@
17 17
18#include "config.h" 18#include "config.h"
19 19
20#include <sys/types.h>
21
20#include <unistd.h> 22#include <unistd.h>
23#include <stdarg.h>
21 24
22#include "log.h" 25#include "log.h"
23 26