#191: Coreboot:libpayload-size_t conflicting types compiler error
----------------------------------+----------------------
Reporter: Pradish | Owner: uwe@…
Type: defect | Status: new
Priority: blocker | Milestone:
Component: libpayload | Resolution:
Keywords: | Dependencies:
Patch Status: there is no patch |
----------------------------------+----------------------
Comment (by pavel_a@…):
Caused by omission of #ifdef guard in libpayload/include/stddef.h
Suggested to add:
#ifndef _LP_STDDEF_H
#define _LP_STDDEF_H
.....
#endif
-- dd
--
Ticket URL: <https://tracker.coreboot.org/trac/coreboot/ticket/191#comment:1>
coreboot <http://www.coreboot.org/>
--
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot