1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 15:03:53 +01:00

fix up includes

This commit is contained in:
Benjamin Valentin 2013-01-12 21:51:43 +01:00
parent 0d8d278f35
commit 77d4095cf0
3 changed files with 11 additions and 3 deletions

View File

@ -14,7 +14,11 @@
* SOFTWARE.
*/
#include <stdio.h>
#include <string.h>
#include <stdint.h>
#include "sys/net/destiny/socket.h"
#include "inet_ntop.h"

View File

@ -6,7 +6,7 @@
#endif
#ifndef INT16SZ
#define INT16SZ sizeof(apr_int16_t)
#define INT16SZ sizeof(int16_t)
#endif
#if !defined(EAFNOSUPPORT) && defined(WSAEAFNOSUPPORT)

View File

@ -13,10 +13,14 @@
* ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
* SOFTWARE.
*/
#include <stdio.h>
#include <string.h>
#include <stdint.h>
#include <string.h>
#include "sys/net/destiny/socket.h"
#include "inet_pton.h"
#include "inet_pton.h"
/* int
* inet_pton4(src, dst)