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