Skip to content
Snippets Groups Projects
Commit 2ee2c0b3 authored by Luigi Rizzo's avatar Luigi Rizzo
Browse files

include mmap header if detected by configure


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@93138 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 4155befb
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,10 @@
#include <fcntl.h>
#endif
#ifdef HAVE_MMAP
#include <sys/mman.h>
#endif
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment