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:
799fd65
)
Typo fixed earlier, that wasn't a typo after all.
author
Olle Johansson
<oej@edvina.net>
Sat, 15 Dec 2007 11:34:33 +0000
(11:34 +0000)
committer
Olle Johansson
<oej@edvina.net>
Sat, 15 Dec 2007 11:34:33 +0000
(11:34 +0000)
Didn't a clever guy once say "Compile before you commit" ?
:-)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@93152
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
e1fd004
..
0f33b53
100644
(file)
--- a/
include/asterisk/file.h
+++ b/
include/asterisk/file.h
@@
-30,7
+30,7
@@
#endif
#ifdef HAVE_MMAP
-#include <sys/mmap.h>
+#include <sys/mman.h>
#endif
#if defined(__cplusplus) || defined(c_plusplus)