freebsd-ports/audio/gtkpod/files/patch-src__misc.c
Marcus Alves Grando 35aca74cf4 Update to 0.94.0
Reset MAINTAINER

PR:		87415
Notified by:	Rodrigo Graeff <delphus@gmail.com>
Submitted by:	David Le Brun <david@dyn-ns.net> (maintainer)
2005-10-19 17:11:12 +00:00

10 lines
347 B
C

--- src/misc.c.orig Tue Oct 18 22:37:32 2005
+++ src/misc.c Tue Oct 18 22:37:48 2005
@@ -347,6 +347,7 @@
* does not check prefs to see if the current prefs want gtkpod itself to
* mount the ipod drive, that should be checked before making this call.
*/
+#include <sys/param.h>
#include <sys/mount.h>
#include <errno.h>
#include <stdio.h>