aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_moh.c
diff options
context:
space:
mode:
Diffstat (limited to 'funcs/func_moh.c')
-rw-r--r--funcs/func_moh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/funcs/func_moh.c b/funcs/func_moh.c
index 61c19bb4a..9230988de 100644
--- a/funcs/func_moh.c
+++ b/funcs/func_moh.c
@@ -23,12 +23,12 @@
* \author Russell Bryant <russelb@clemson.edu>
*/
-#include <stdlib.h>
-
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+#include <stdlib.h>
+
#include "asterisk/module.h"
#include "asterisk/channel.h"
#include "asterisk/pbx.h"