diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-10-13 11:37:06 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-10-13 11:37:06 +0200 |
commit | 3c69ea44406bf27b6f2e9b2f11238c344fd8374d (patch) | |
tree | b459600bfffb55b6693b566f5dff859daa216dbe /Documentation/ptp/testptp.c | |
parent | ALSA: firewire-tascam: change device probing processing (diff) | |
parent | ALSA: hda - Fix inverted internal mic on Lenovo G50-80 (diff) | |
download | linux-3c69ea44406bf27b6f2e9b2f11238c344fd8374d.tar.xz linux-3c69ea44406bf27b6f2e9b2f11238c344fd8374d.zip |
Merge branch 'for-linus' into for-next
Diffstat (limited to 'Documentation/ptp/testptp.c')
-rw-r--r-- | Documentation/ptp/testptp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/ptp/testptp.c b/Documentation/ptp/testptp.c index 2bc8abc57fa0..6c6247aaa7b9 100644 --- a/Documentation/ptp/testptp.c +++ b/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> |