diff options
Diffstat (limited to 'openbsd-compat')
-rw-r--r-- | openbsd-compat/xmmap.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/openbsd-compat/xmmap.c b/openbsd-compat/xmmap.c index 68ac91192..7d5cc812c 100644 --- a/openbsd-compat/xmmap.c +++ b/openbsd-compat/xmmap.c | |||
@@ -23,7 +23,7 @@ | |||
23 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 23 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
24 | */ | 24 | */ |
25 | 25 | ||
26 | /* $Id: xmmap.c,v 1.7 2006/03/15 02:02:31 djm Exp $ */ | 26 | /* $Id: xmmap.c,v 1.8 2006/07/12 12:35:52 dtucker Exp $ */ |
27 | 27 | ||
28 | #include "includes.h" | 28 | #include "includes.h" |
29 | 29 | ||
@@ -33,6 +33,8 @@ | |||
33 | #endif | 33 | #endif |
34 | #include <sys/stat.h> | 34 | #include <sys/stat.h> |
35 | 35 | ||
36 | #include <errno.h> | ||
37 | |||
36 | #include "log.h" | 38 | #include "log.h" |
37 | 39 | ||
38 | void *xmmap(size_t size) | 40 | void *xmmap(size_t size) |