summaryrefslogtreecommitdiff
path: root/dsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'dsp.c')
-rw-r--r--dsp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/dsp.c b/dsp.c
index 9adddaad1..dfa6b1e3d 100644
--- a/dsp.c
+++ b/dsp.c
@@ -40,6 +40,10 @@
detriment.
*/
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
#include <sys/types.h>
#include <stdlib.h>
#include <unistd.h>
@@ -48,10 +52,6 @@
#include <errno.h>
#include <stdio.h>
-#include "asterisk.h"
-
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-
#include "asterisk/frame.h"
#include "asterisk/channel.h"
#include "asterisk/logger.h"