dtc: fix bootstrapping from 8.2-STABLE

MFC after:	1 week
Approved by:	theraven
This commit is contained in:
Ulrich Spörlein 2013-02-19 18:28:25 +00:00
parent fd7e682719
commit eaef137cbe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=247006

View File

@ -43,6 +43,10 @@
#include <sys/mman.h>
#include <assert.h>
#ifndef MAP_PREFAULT_READ
#define MAP_PREFAULT_READ 0
#endif
namespace dtc
{