1 #ifndef BSDSOCKET_INTERN_H
2 #define BSDSOCKET_INTERN_H
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
8 Desc: Internal definitions for bsdsocket.library
13 # include <exec/types.h>
15 #ifndef EXEC_LIBRARIES_H
16 # include <exec/libraries.h>
18 #ifndef AROS_LIBCALL_H
19 # include <aros/libcall.h>
24 #ifndef UTILITY_UTILITY_H
25 # include <utility/utility.h>
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>
40 /*****************************************************************************/
42 #endif /* BSDSOCKET_INTERN_H */