Undo the use of #include <...> because it caused some errors.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user