1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #50 from mehlis/master

remove recursive include
This commit is contained in:
Oleg 2013-06-13 13:10:57 -07:00
commit d477dca89a
2 changed files with 1 additions and 3 deletions

View File

@ -9,8 +9,6 @@
#ifndef __QUEUE_H
#define __QUEUE_H
#include "queue.h"
typedef struct queue_node_t {
struct queue_node_t *next;
unsigned int data;

View File

@ -45,7 +45,7 @@ and the mailinglist (subscription via web site)
#define MMR_TYPE_RREP (2)
#define MMR_TYPE_RERR (3)
#define ADDRESS_LIST_SIZE (21)
#define ADDRESS_LIST_SIZE (21)
#define RERR_NODE_UNREACHABLE (1)