aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm/qtfm/files/patch-src_propertiesdlg.cpp
blob: baa6a273f937c0f7c8882a566fe5904a2effb191 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- src/propertiesdlg.cpp~  2012-03-08 20:34:27.000000000 -0600
+++ src/propertiesdlg.cpp   2012-04-29 06:49:57.546488947 -0500
@@ -23,7 +23,11 @@
 #include "propertiesdlg.h"
 #include "icondlg.h"
 #include "mainwindow.h"
+#ifdef __FreeBSD__
+#include <sys/mount.h>
+#else
 #include <sys/vfs.h>
+#endif
 #include <sys/stat.h>
 #include <magic.h>