|
@@ -0,0 +1,32 @@
+--- tests/test-rebuild-db.cc
++++ tests/test-rebuild-db.cc
+@@ -29,6 +29,7 @@
+ #include <sys/stat.h>
+ #include <typeinfo>
+ #include <unistd.h>
++#include <string.h>
+
+ #include <glib/gstdio.h>
+
+--- tools/hal-callout.c
++++ tools/hal-callout.c
+@@ -32,6 +32,9 @@
+ #endif
+ #include <stdlib.h>
+ #include <string.h>
++#ifdef HAVE_UNISTD_H
++#include <unistd.h>
++#endif
+ #include <sys/mount.h>
+ #include <itdb.h>
+ #include <itdb_device.h>
+--- tools/ipod-scsi-inquiry.c
++++ 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>
|
@@ -1,11 +0,0 @@
---- configure.ac.orig 2007-09-08 00:13:07.000000000 +0200
-+++ configure.ac 2007-09-08 00:13:29.000000000 +0200
-@@ -94,7 +94,7 @@
- dnl **************************************************
- ALL_LINGUAS="de es fr he it ja sv"
-
--GETTEXT_PACKAGE=libgpod
-+GETTEXT_PACKAGE=libgpod@@SONAME@@
- AC_SUBST(GETTEXT_PACKAGE)
- AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package.])
-
|