aboutsummaryrefslogtreecommitdiffstats
path: root/tools/include/linux/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/include/linux/types.h')
-rw-r--r--tools/include/linux/types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/include/linux/types.h b/tools/include/linux/types.h
index 154eb4e3ca7c..e9c5a215837d 100644
--- a/tools/include/linux/types.h
+++ b/tools/include/linux/types.h
@@ -6,7 +6,10 @@
#include <stddef.h>
#include <stdint.h>
+#ifndef __SANE_USERSPACE_TYPES__
#define __SANE_USERSPACE_TYPES__ /* For PPC64, to get LL64 types */
+#endif
+
#include <asm/types.h>
#include <asm/posix_types.h>