summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2008-07-09 19:34:26 +0000
committerChristophe Fergeau <teuf@gnome.org>2008-07-09 19:34:26 +0000
commitd1b53b7bcef419e8894398d74ce9afcea9440b12 (patch)
tree79b3497b449e279dd50fae92285801e842869f62 /tools
parent0235cf2fb1d031f845a868ec5746145e7e9babb2 (diff)
downloadlibgpod-d1b53b7bcef419e8894398d74ce9afcea9440b12.tar.gz
libgpod-d1b53b7bcef419e8894398d74ce9afcea9440b12.tar.xz
libgpod-d1b53b7bcef419e8894398d74ce9afcea9440b12.zip
* configure.ac: properly detect newer libsgutils (the so name was
changed) * tools/ipod-scsi-inquiry.c: add missing include Based on a patch from Dan HorĂ¡k (dan@danny.cz) git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2045 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'tools')
-rw-r--r--tools/ipod-scsi-inquiry.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ipod-scsi-inquiry.c b/tools/ipod-scsi-inquiry.c
index 3bc88f2..d4bee4a 100644
--- a/tools/ipod-scsi-inquiry.c
+++ b/tools/ipod-scsi-inquiry.c
@@ -30,6 +30,7 @@
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
+#include <stdint.h>
#include <string.h>
#include <unistd.h>
#include <scsi/sg_cmds.h>