diff options
| author | Mike Jones <mjjones@us.ibm.com> | 2012-03-30 13:56:31 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-04-03 09:29:21 -0500 |
| commit | be94232416139afec3740bac388afeb356f5d018 (patch) | |
| tree | c85771f7518a01bf0c4b7bbf3239d9e896b098d2 /src/usr/errl/plugins | |
| parent | 41f960f0bf9aa247e3f8497fd107ae33db6c031c (diff) | |
| download | talos-hostboot-be94232416139afec3740bac388afeb356f5d018.tar.gz talos-hostboot-be94232416139afec3740bac388afeb356f5d018.zip | |
ERRL: Minor fixes to enable error log parser
Change-Id: If0ca350e5a791900e667c457668ee5200dfc9eb9
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/810
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/errl/plugins')
| -rw-r--r-- | src/usr/errl/plugins/symbols.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/errl/plugins/symbols.H b/src/usr/errl/plugins/symbols.H index b7f1f0d0d..8b9529ba0 100644 --- a/src/usr/errl/plugins/symbols.H +++ b/src/usr/errl/plugins/symbols.H @@ -29,6 +29,7 @@ #define ERRL_PLUGINS_SYMS_H #include <vector> +#include <stdint.h> /** * @file symbols.H |

