diff options
Diffstat (limited to 'src/include/runtime/interface.h')
| -rw-r--r-- | src/include/runtime/interface.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/runtime/interface.h b/src/include/runtime/interface.h index b2c7312a4..2fa93a398 100644 --- a/src/include/runtime/interface.h +++ b/src/include/runtime/interface.h @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2013,2017 */ +/* Contributors Listed Below - COPYRIGHT 2013,2018 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -46,6 +46,8 @@ #include <stdint.h> #include <time.h> #include <limits.h> +#include <stdlib.h> +#include <string.h> #include "generic_hbrt_fsp_message.H" /** Memory error types defined for memory_error() interface. */ |

