summaryrefslogtreecommitdiffstats
path: root/sysutils/gnome-volume-manager/files/patch-src_manager.c
blob: 661193dccc09f51f76b2239bac97bcf2e1cda8a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- src/manager.c.orig  Tue May  2 22:50:07 2006
+++ src/manager.c   Tue May  2 22:51:16 2006
@@ -25,6 +25,8 @@
 #include <dirent.h>
 #include <signal.h>
 #include <unistd.h>
+#include <sys/param.h>
+#include <sys/mount.h>
 
 #include <locale.h>
 
@@ -33,7 +35,6 @@
 #endif
 
 #ifdef ENABLE_NOTIFY
-#include <sys/vfs.h>
 #include <libnotify/notify.h>
 #endif