12 lines
429 B
Text
12 lines
429 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2005/10/01 13:29:52 smb Exp $
|
|
|
|
--- src/misc.c.orig 2005-07-15 10:39:37.000000000 -0400
|
|
+++ src/misc.c
|
|
@@ -347,6 +347,7 @@ GList *glist_duplicate (GList *list)
|
|
* 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>
|