blob: 5eb8655922766e1a2a0075f4ea0b05c475f11881 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-aa,v 1.1.1.1 2007/07/09 19:03:22 agc Exp $
--- commands.c 2007/07/09 17:42:19 1.1
+++ commands.c 2007/07/09 17:43:06
@@ -6,7 +6,9 @@
*/
#include <fuse.h>
+#ifdef __linux__
#include <fuse/fuse_opt.h>
+#endif
#include <stdio.h>
#include <string.h>
#include <errno.h>
|