Typo fixed earlier, that wasn't a typo after all.

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
This commit is contained in:
Olle Johansson
2007-12-15 11:34:33 +00:00
parent 799fd65435
commit 28705e1bba

View File

@@ -30,7 +30,7 @@
#endif
#ifdef HAVE_MMAP
#include <sys/mmap.h>
#include <sys/mman.h>
#endif
#if defined(__cplusplus) || defined(c_plusplus)