comparison barpainet.h @ 878:8782b02914e3 libavformat

Unify include paths, -I.. is in CFLAGS.
author diego
date Mon, 05 Dec 2005 20:44:56 +0000
parents 82fea3fec65b
children 8bf9be9bb107
comparison
equal deleted inserted replaced
877:7e42b4e47dfc 878:8782b02914e3
1 #ifndef BARPA_INET_H 1 #ifndef BARPA_INET_H
2 #define BARPA_INET_H 2 #define BARPA_INET_H
3 3
4 #include "../config.h" 4 #include "config.h"
5 5
6 #ifdef CONFIG_BEOS_NETSERVER 6 #ifdef CONFIG_BEOS_NETSERVER
7 7
8 # include <socket.h> 8 # include <socket.h>
9 int inet_aton (const char * str, struct in_addr * add); 9 int inet_aton (const char * str, struct in_addr * add);