Files
amiga-roadshow/netinclude/pragmas/socket_pragmas.h
2021-02-28 22:28:59 +01:00

22 lines
457 B
C

/*
* :ts=8
*
* 'Roadshow' -- Amiga TCP/IP stack
* Copyright © 2001-2016 by Olaf Barthel.
* All Rights Reserved.
*
* "Miami" compatibility header file
*
* Amiga specific TCP/IP 'C' header files;
* Freely Distributable
*/
#ifndef PRAGMAS_SOCKET_PRAGMAS_H
#define PRAGMAS_SOCKET_PRAGMAS_H 1
#ifndef PRAGMAS_BSDSOCKET_PRAGMAS_H
#include <pragmas/bsdsocket_pragmas.h>
#endif /* PRAGMAS_BSDSOCKET_PRAGMAS_H */
#endif /* !PRAGMAS_SOCKET_PRAGMAS_H */