Undo the use of #include <...> because it caused some errors.

This commit is contained in:
Kees van Reeuwijk
2010-02-12 14:43:18 +00:00
parent b5e7af96c9
commit df60646f98
20 changed files with 30 additions and 34 deletions

View File

@@ -11,7 +11,7 @@ d = ..
# programs, flags, etc.
CC = exec cc
CFLAGS = -I.. -I$i $(CPROFILE)
CFLAGS = -I$i $(CPROFILE)
LDFLAGS = -i
LIBS = -lsys -ltimers

View File

@@ -19,7 +19,7 @@
#ifndef _HERMES_H
#define _HERMES_H
#include <drivers.h>
#include "../drivers.h"
#include <net/gen/ether.h>
#include <net/gen/eth_io.h>
#include <net/hton.h>