projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4155bef
)
include mmap header if detected by configure
author
Luigi Rizzo
<rizzo@icir.org>
Fri, 14 Dec 2007 23:33:24 +0000
(23:33 +0000)
committer
Luigi Rizzo
<rizzo@icir.org>
Fri, 14 Dec 2007 23:33:24 +0000
(23:33 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@93138
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
include/asterisk/file.h
patch
|
blob
|
history
diff --git
a/include/asterisk/file.h
b/include/asterisk/file.h
index
5b795d4
..
0f33b53
100644
(file)
--- a/
include/asterisk/file.h
+++ b/
include/asterisk/file.h
@@
-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