mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-28 16:01:18 +01:00
making socket.h MSP430 ready
This commit is contained in:
parent
a57b853401
commit
90f977e7e2
@ -24,7 +24,7 @@
|
||||
#ifndef _SYS_SOCKET_H
|
||||
#define _SYS_SOCKET_H
|
||||
|
||||
#if BOARD == NATIVE
|
||||
#ifdef CPU_NATIVE
|
||||
/* Ignore Linux definitions in native */
|
||||
#define _BITS_SOCKADDR_H 1
|
||||
#define __SOCKADDR_COMMON(sa_prefix) \
|
||||
@ -35,6 +35,8 @@
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "cpu.h"
|
||||
|
||||
#include "destiny/socket.h"
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user