summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc.c b/misc.c
index 4d6576ad6..fba085d9b 100644
--- a/misc.c
+++ b/misc.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: misc.c,v 1.57 2006/07/10 16:37:36 stevesk Exp $ */ 1/* $OpenBSD: misc.c,v 1.58 2006/07/11 20:07:25 stevesk Exp $ */
2/* 2/*
3 * Copyright (c) 2000 Markus Friedl. All rights reserved. 3 * Copyright (c) 2000 Markus Friedl. All rights reserved.
4 * Copyright (c) 2005,2006 Damien Miller. All rights reserved. 4 * Copyright (c) 2005,2006 Damien Miller. All rights reserved.
@@ -35,6 +35,7 @@
35#include <netinet/in.h> 35#include <netinet/in.h>
36#include <netinet/tcp.h> 36#include <netinet/tcp.h>
37 37
38#include <errno.h>
38#include <fcntl.h> 39#include <fcntl.h>
39#ifdef HAVE_PATHS_H 40#ifdef HAVE_PATHS_H
40# include <paths.h> 41# include <paths.h>