Sophie

Sophie

distrib > Mandriva > 2008.0 > x86_64 > by-pkgid > 0f4edb7fc1fd55aeacdeec46d0021dc2 > files > 4

asterisk-app_nv_backgrounddetect-1.0.6-1mdk.src.rpm

--- app_nv_backgrounddetect.c	2006-02-09 00:29:14.000000000 +0100
+++ app_nv_backgrounddetect.c.oden	2006-02-09 00:29:46.000000000 +0100
@@ -22,7 +22,10 @@
  * This program is free software, distributed under the terms of
  * the GNU General Public License
  */
- 
+
+#include <string.h>
+#include <stdlib.h>
+#include <stdio.h>
 #include <asterisk/lock.h>
 #include <asterisk/file.h>
 #include <asterisk/logger.h>
@@ -32,8 +35,6 @@
 #include <asterisk/translate.h>
 #include <asterisk/utils.h>
 #include <asterisk/dsp.h>
-#include <string.h>
-#include <stdlib.h>
 
 static char *tdesc = "Newman's playback with talk and fax detection";