blob: ab2d8d4fe4fa92c80d96cb8df6f913d84d186c9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.3 2008/02/28 19:43:00 agc Exp $
--- fuse/daemon.c 2008/02/27 23:58:04 1.1
+++ fuse/daemon.c 2008/02/27 23:59:04
@@ -4,6 +4,8 @@
* Copyright (C) 2006 Alex deVries
*
*/
+#include <sys/types.h>
+#include <sys/param.h>
#include <stdio.h>
#include <string.h>
|