dect
/
asterisk
Archived
13
0
Fork 0

include mmap header if detected by configure

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@93138 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
rizzo 2007-12-14 23:33:24 +00:00
parent d07830b2a3
commit 74fe6b3414
1 changed files with 4 additions and 0 deletions

View File

@ -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