diff options
Diffstat (limited to 'openbsd-compat/openbsd-compat.h')
-rw-r--r-- | openbsd-compat/openbsd-compat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsd-compat/openbsd-compat.h b/openbsd-compat/openbsd-compat.h index aac2e6cbc..6406af19d 100644 --- a/openbsd-compat/openbsd-compat.h +++ b/openbsd-compat/openbsd-compat.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: openbsd-compat.h,v 1.42 2006/09/03 12:44:50 dtucker Exp $ */ | 1 | /* $Id: openbsd-compat.h,v 1.43 2007/06/25 12:15:13 dtucker Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 1999-2003 Damien Miller. All rights reserved. | 4 | * Copyright (c) 1999-2003 Damien Miller. All rights reserved. |
@@ -140,6 +140,7 @@ int writev(int, struct iovec *, int); | |||
140 | /* Home grown routines */ | 140 | /* Home grown routines */ |
141 | #include "bsd-misc.h" | 141 | #include "bsd-misc.h" |
142 | #include "bsd-waitpid.h" | 142 | #include "bsd-waitpid.h" |
143 | #include "bsd-poll.h" | ||
143 | 144 | ||
144 | #ifndef HAVE_GETPEEREID | 145 | #ifndef HAVE_GETPEEREID |
145 | int getpeereid(int , uid_t *, gid_t *); | 146 | int getpeereid(int , uid_t *, gid_t *); |