diff options
author | Monte Copeland <copelanm@us.ibm.com> | 2012-01-26 10:20:01 -0600 |
---|---|---|
committer | Monte K. Copeland <copelanm@us.ibm.com> | 2012-02-02 12:37:47 -0600 |
commit | 966df7556d9ebd045291921eda8c81bdba9b5d2e (patch) | |
tree | a3d7f4f7dcce07d998e1cfba8f76b577d75e28d7 /src/usr/vfs | |
parent | 06b768407e1d6e212aeed8be23f31dfb27f2a9cc (diff) | |
download | talos-hostboot-966df7556d9ebd045291921eda8c81bdba9b5d2e.tar.gz talos-hostboot-966df7556d9ebd045291921eda8c81bdba9b5d2e.zip |
Hostboot-aware errl tool part 1.
Change-Id: Ibe49dc935206775de032d397b2800a7b83208283
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/630
Tested-by: Jenkins Server
Reviewed-by: Monte K. Copeland <copelanm@us.ibm.com>
Diffstat (limited to 'src/usr/vfs')
-rw-r--r-- | src/usr/vfs/vfsrp.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/vfs/vfsrp.H b/src/usr/vfs/vfsrp.H index 8492f559d..c57603907 100644 --- a/src/usr/vfs/vfsrp.H +++ b/src/usr/vfs/vfsrp.H @@ -25,7 +25,7 @@ #include <stdint.h> #include <builtins.h> -#include <errl/errltypes.H> +#include <errl/errlentry.H> #include <sys/msg.h> #include <vector> #include <sys/sync.h> |