diff options
Diffstat (limited to 'openbsd-compat/port-solaris.c')
-rw-r--r-- | openbsd-compat/port-solaris.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsd-compat/port-solaris.c b/openbsd-compat/port-solaris.c index f31f0c6ea..f57433e78 100644 --- a/openbsd-compat/port-solaris.c +++ b/openbsd-compat/port-solaris.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: port-solaris.c,v 1.1 2006/08/30 17:24:42 djm Exp $ */ | 1 | /* $Id: port-solaris.c,v 1.2 2006/09/01 05:38:41 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2006 Chad Mynhier. | 4 | * Copyright (c) 2006 Chad Mynhier. |
@@ -29,6 +29,7 @@ | |||
29 | #ifdef HAVE_FCNTL_H | 29 | #ifdef HAVE_FCNTL_H |
30 | # include <fcntl.h> | 30 | # include <fcntl.h> |
31 | #endif | 31 | #endif |
32 | #include <stdarg.h> | ||
32 | #include <string.h> | 33 | #include <string.h> |
33 | #include <unistd.h> | 34 | #include <unistd.h> |
34 | 35 | ||