blob: 1b0a321013ab7000f8aeb80831a1c142ef56688e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ad,v 1.1.1.1 2007/07/09 19:03:22 agc Exp $
--- volinfo.c 2007/07/09 18:25:27 1.1
+++ volinfo.c 2007/07/09 18:26:36
@@ -10,7 +10,9 @@
*/
#include <fuse.h>
+#ifdef __linux__
#include <fuse/fuse_opt.h>
+#endif
#include <stdio.h>
#include <string.h>
#include <errno.h>
|