http://git.etherboot.org
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ce5c97
)
Adding missing include
author
Michael Brown
<mcb30@etherboot.org>
Wed, 31 Jan 2007 12:19:50 +0000
(12:19 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Wed, 31 Jan 2007 12:19:50 +0000
(12:19 +0000)
src/crypto/axtls/os_port.h
patch
|
blob
|
history
diff --git
a/src/crypto/axtls/os_port.h
b/src/crypto/axtls/os_port.h
index
0f9bb25
..
39e0fb5
100644
(file)
--- a/
src/crypto/axtls/os_port.h
+++ b/
src/crypto/axtls/os_port.h
@@
-8,6
+8,7
@@
#define HEADER_OS_PORT_H
#include <stdint.h>
+#include <stddef.h>
#include <stdlib.h>
#include <time.h>
#include <sys/time.h>