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