projects
/
profile
/
ivi
/
syslinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
275afb2
)
ifcpu.c32: need <unistd.h>
author
H. Peter Anvin
<hpa@zytor.com>
Mon, 5 Jul 2010 22:59:36 +0000
(15:59 -0700)
committer
H. Peter Anvin
<hpa@zytor.com>
Mon, 5 Jul 2010 22:59:36 +0000
(15:59 -0700)
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
com32/modules/ifcpu.c
patch
|
blob
|
history
diff --git
a/com32/modules/ifcpu.c
b/com32/modules/ifcpu.c
index
b455d0c
..
ae6893b
100644
(file)
--- a/
com32/modules/ifcpu.c
+++ b/
com32/modules/ifcpu.c
@@
-20,6
+20,7
@@
#include <stdio.h>
#include <string.h>
#include <cpuid.h>
+#include <unistd.h>
#include <syslinux/boot.h>
#include <com32.h>
#include <consoles.h>