Stefan Reinauer ([email protected]) just uploaded a new patch set to 
gerrit, which you can find at http://review.coreboot.org/709

-gerrit

commit 0e771e77afd8f12d8c4971deee73bd422b9664a8
Author: Gabe Black <[email protected]>
Date:   Fri Sep 16 02:24:03 2011 -0700

    Since cbfs_core.h provides a macro that uses ntohl, make sure ntohl is 
available
    
    Since cbfs_core.h provides a macro that uses ntohl, make sure ntohl is 
available by
    including byteorder.h
    
    Change-Id: I9ab8cb51bd680e861b28d5130d09547bb9ab3b1f
    Signed-off-by: Gabe Black <[email protected]>
---
 src/include/cbfs_core.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/include/cbfs_core.h b/src/include/cbfs_core.h
index 70368f8..43e6b9b 100644
--- a/src/include/cbfs_core.h
+++ b/src/include/cbfs_core.h
@@ -49,6 +49,8 @@
 #ifndef _CBFS_CORE_H_
 #define _CBFS_CORE_H_
 
+#include <arch/byteorder.h>
+
 /** These are standard values for the known compression
     alogrithms that coreboot knows about for stages and
     payloads.  Of course, other CBFS users can use whatever

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to