http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
a9fabe7
)
Don't include etherboot.h; we get a circular dependency
author
Michael Brown
<mcb30@etherboot.org>
Thu, 19 May 2005 23:21:18 +0000
(23:21 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Thu, 19 May 2005 23:21:18 +0000
(23:21 +0000)
src/include/buffer.h
patch
|
blob
|
history
diff --git
a/src/include/buffer.h
b/src/include/buffer.h
index
12648a6
..
da8b961
100644
(file)
--- a/
src/include/buffer.h
+++ b/
src/include/buffer.h
@@
-1,7
+1,8
@@
#ifndef BUFFER_H
#define BUFFER_H
#ifndef BUFFER_H
#define BUFFER_H
-#include "etherboot.h"
+#include "compiler.h"
+#include "stdint.h"
/** @file
*
/** @file
*