summaryrefslogtreecommitdiff
path: root/openbsd-compat/xmmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/xmmap.c')
-rw-r--r--openbsd-compat/xmmap.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/openbsd-compat/xmmap.c b/openbsd-compat/xmmap.c
index 7d5cc812c..1293dcab0 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.8 2006/07/12 12:35:52 dtucker Exp $ */ 26/* $Id: xmmap.c,v 1.9 2006/07/24 04:51:01 djm Exp $ */
27 27
28#include "includes.h" 28#include "includes.h"
29 29
@@ -34,6 +34,8 @@
34#include <sys/stat.h> 34#include <sys/stat.h>
35 35
36#include <errno.h> 36#include <errno.h>
37#include <string.h>
38#include <unistd.h>
37 39
38#include "log.h" 40#include "log.h"
39 41