summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc.c b/misc.c
index e4a47e610..e1da651ef 100644
--- a/misc.c
+++ b/misc.c
@@ -24,8 +24,9 @@
24 */ 24 */
25 25
26#include "includes.h" 26#include "includes.h"
27RCSID("$OpenBSD: misc.c,v 1.44 2006/02/08 12:32:49 stevesk Exp $"); 27RCSID("$OpenBSD: misc.c,v 1.45 2006/02/10 00:27:13 stevesk Exp $");
28 28
29#include <sys/ioctl.h>
29#include <netinet/tcp.h> 30#include <netinet/tcp.h>
30#ifdef HAVE_PATHS_H 31#ifdef HAVE_PATHS_H
31# include <paths.h> 32# include <paths.h>