[asterisk-commits] oej: trunk r93152 - /trunk/include/asterisk/file.h

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Sat Dec 15 05:34:34 CST 2007


Author: oej
Date: Sat Dec 15 05:34:33 2007
New Revision: 93152

URL: http://svn.digium.com/view/asterisk?view=rev&rev=93152
Log:
Typo fixed earlier, that wasn't a typo after all.
Didn't a clever guy once say "Compile before you commit" ?

:-)

Modified:
    trunk/include/asterisk/file.h

Modified: trunk/include/asterisk/file.h
URL: http://svn.digium.com/view/asterisk/trunk/include/asterisk/file.h?view=diff&rev=93152&r1=93151&r2=93152
==============================================================================
--- trunk/include/asterisk/file.h (original)
+++ trunk/include/asterisk/file.h Sat Dec 15 05:34:33 2007
@@ -30,7 +30,7 @@
 #endif
 
 #ifdef HAVE_MMAP
-#include <sys/mmap.h>
+#include <sys/mman.h>
 #endif
 
 #if defined(__cplusplus) || defined(c_plusplus)




More information about the asterisk-commits mailing list