diff options
Diffstat (limited to 'kernel/Documentation/ptp/testptp.c')
-rw-r--r-- | kernel/Documentation/ptp/testptp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/Documentation/ptp/testptp.c b/kernel/Documentation/ptp/testptp.c index 2bc8abc57..6c6247aaa 100644 --- a/kernel/Documentation/ptp/testptp.c +++ b/kernel/Documentation/ptp/testptp.c @@ -18,6 +18,7 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define _GNU_SOURCE +#define __SANE_USERSPACE_TYPES__ /* For PPC64, to get LL64 types */ #include <errno.h> #include <fcntl.h> #include <inttypes.h> |