diff os_support.c @ 1943:c0c0f19f0db6 libavformat

Some more BeOS cleanup: check for arpa/inet.h; declare the prototype for inet_aton if not found; remove barpainet.h as it's not longer needed.
author mmu_man
date Fri, 23 Mar 2007 22:01:37 +0000
parents 0dc3a767943d
children 9a8908eaa2ea
line wrap: on
line diff
--- a/os_support.c	Wed Mar 21 11:05:35 2007 +0000
+++ b/os_support.c	Fri Mar 23 22:01:37 2007 +0000
@@ -78,7 +78,7 @@
 #if !defined(HAVE_INET_ATON) && defined(CONFIG_NETWORK)
 #include <stdlib.h>
 #include <strings.h>
-#include "barpainet.h"
+#include "network.h"
 
 int inet_aton (const char * str, struct in_addr * add)
 {