aboutsummaryrefslogtreecommitdiffstats
path: root/formats/format_g726.c
diff options
context:
space:
mode:
Diffstat (limited to 'formats/format_g726.c')
-rwxr-xr-xformats/format_g726.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/formats/format_g726.c b/formats/format_g726.c
index 8e3c8b3c3..4813a72c0 100755
--- a/formats/format_g726.c
+++ b/formats/format_g726.c
@@ -9,12 +9,12 @@
* the GNU General Public License
*/
+#include <unistd.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <stdlib.h>
#include <sys/time.h>
#include <stdio.h>
-#include <unistd.h>
#include <errno.h>
#include <string.h>