summaryrefslogtreecommitdiff
path: root/cleanup.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-08-05 14:07:20 +1000
committerDamien Miller <djm@mindrot.org>2006-08-05 14:07:20 +1000
commit75bb664458d5a825824607841819b9a40d9bfdb5 (patch)
tree66487433e1f482f9ff98977a60fb984900d07671 /cleanup.c
parentd04db59ad929d289c2dcaa466989659bbc449f6b (diff)
downloadopenssh-git-75bb664458d5a825824607841819b9a40d9bfdb5.tar.gz
- (djm) [auth-pam.c auth-shadow.c auth2-none.c cleanup.c sshd.c]
[openbsd-compat/port-tun.c openbsd-compat/port-tun.h] Sprinkle more includes for Linux in
Diffstat (limited to 'cleanup.c')
-rw-r--r--cleanup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cleanup.c b/cleanup.c
index c41ef1c6..238f965e 100644
--- a/cleanup.c
+++ b/cleanup.c
@@ -15,7 +15,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include "config.h"
+#include "includes.h"
#include <sys/types.h>