Updated PCI IDs to latest snapshot.
[tangerine.git] / workbench / libs / bsdsocket / bsdsocket_intern.h
blob037c06f8e6634daff73134546c9b6ec424a8db3e
1 #ifndef BSDSOCKET_INTERN_H
2 #define BSDSOCKET_INTERN_H
4 /*
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6 $Id$
8 Desc: Internal definitions for bsdsocket.library
9 Lang: English
12 #ifndef EXEC_TYPES_H
13 # include <exec/types.h>
14 #endif
15 #ifndef EXEC_LIBRARIES_H
16 # include <exec/libraries.h>
17 #endif
18 #ifndef AROS_LIBCALL_H
19 # include <aros/libcall.h>
20 #endif
21 #ifndef DOS_DOS_H
22 # include <dos/dos.h>
23 #endif
24 #ifndef UTILITY_UTILITY_H
25 # include <utility/utility.h>
26 #endif
28 #include <utility/tagitem.h>
30 #include <aros/debug.h>
32 /*** POSIX includes **********************************************************/
34 #warning FIXME: Get the right includes for the prototypes of the functions.
36 #include <sys/types.h>
37 /*#include <sys/socket.h>
38 #include <sys/time.h>
40 /*****************************************************************************/
42 #endif /* BSDSOCKET_INTERN_H */