openbsd-ports/devel/hs-mmap/patches/patch-cbits_posix_c
2010-11-02 20:20:39 +00:00

12 lines
335 B
Plaintext

$OpenBSD: patch-cbits_posix_c,v 1.1 2010/11/02 20:20:40 kili Exp $
--- cbits/posix.c.orig Fri Apr 16 07:37:00 2010
+++ cbits/posix.c Sat Aug 28 17:45:54 2010
@@ -3,6 +3,7 @@
#define _LARGEFILE64_SOURCE 1
#define _FILE_OFFSET_BITS 64
+#include <stdint.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/mman.h>