summaryrefslogtreecommitdiff
path: root/textproc/sdcv/files/patch-src_mapfile.hpp
blob: 930a9e3945ea755c575effbf75614f8f445be39b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/mapfile.hpp.orig	2017-04-22 18:44:35 UTC
+++ src/mapfile.hpp
@@ -4,6 +4,9 @@
 #  include "config.h"
 #endif
 
+#include <cstdlib>
+#include <unistd.h>
+
 #ifdef HAVE_MMAP
 #  include <sys/types.h>
 #  include <fcntl.h>