diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2017-02-21 13:10:05 +0100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-02-22 22:57:50 +0100 |
commit | b89b2c50c591bfe308094e35ae45e32df0cb35e2 (patch) | |
tree | 5dca0aec10e171b04511fe21db01e8f24c4d0e9c /payloads/bayou/bayou.ldscript | |
parent | bce7e33f234a498d7437f2677eff0084f540fd15 (diff) |
commonlib/fsp.h: include sys/types.h for ssize_t
This file reportedly didn't compile on SUSE Linux with gcc 4.3.4:
[...]
> HOSTCC cbfstool/fsp_relocate.o
> In file included from coreboot/src/commonlib/fsp_relocate.c:18:
> coreboot/src/commonlib/include/commonlib/fsp.h:26: error:
> expected '=', ',', ';', 'asm' or '__attribute__' before
> 'fsp_component_relocate'
[...]
According to POSIX-2008[1], sys/types.h defines ssize_t, so include it.
This should not break coreboot code (as opposed to utils code), as we
have a sys/types.h in src/include.
[1]: http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_types.h.html
Change-Id: Id3694dc76c41d800ba09183e4b039b0719ac3d93
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-on: https://review.coreboot.org/18417
Tested-by: build bot (Jenkins)
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'payloads/bayou/bayou.ldscript')
0 files changed, 0 insertions, 0 deletions