summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/includes.h b/includes.h
index 564bb7634..c3da49ebd 100644
--- a/includes.h
+++ b/includes.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: includes.h,v 1.35 2006/02/20 17:02:44 stevesk Exp $ */ 1/* $OpenBSD: includes.h,v 1.37 2006/02/22 00:04:44 stevesk Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -25,7 +25,6 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg }
25 25
26#include <stdarg.h> 26#include <stdarg.h>
27#include <stdio.h> 27#include <stdio.h>
28#include <ctype.h>
29#include <errno.h> 28#include <errno.h>
30#include <fcntl.h> /* For O_NONBLOCK */ 29#include <fcntl.h> /* For O_NONBLOCK */
31#include <stdlib.h> 30#include <stdlib.h>