root / Whitix / branches / hybrid / user / sdk / include / network.h

Revision 131, 137 bytes (checked in by mwhitworth, 10 months ago)

user/sdk: Add headers to include.

Line 
1/* General include for the network library. */
2
3#ifndef _NETWORK_H
4#define _NETWORK_H
5
6#include <socket.h>
7#include <netlocal.h>
8
9#endif
Note: See TracBrowser for help on using the browser.