summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/ppe
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips/p9/procedures/ppe')
-rw-r--r--src/import/chips/p9/procedures/ppe/pk/ppe42/ppe42_string.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/import/chips/p9/procedures/ppe/pk/ppe42/ppe42_string.h b/src/import/chips/p9/procedures/ppe/pk/ppe42/ppe42_string.h
index 65fd3db7..d71119ad 100644
--- a/src/import/chips/p9/procedures/ppe/pk/ppe42/ppe42_string.h
+++ b/src/import/chips/p9/procedures/ppe/pk/ppe42/ppe42_string.h
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER sbe Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2016 */
+/* Contributors Listed Below - COPYRIGHT 2016,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -26,7 +26,7 @@
#define __STRING_H
#include <stdint.h>
-typedef uint32_t size_t;
+#include <stddef.h>
#ifndef NULL
#ifdef __cplusplus
OpenPOWER on IntegriCloud