diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-04-23 01:44:44 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-04-23 01:44:44 +0000 |
commit | 03b8c2a886b990fc2e3ac6cdf43da4934a981df6 (patch) | |
tree | 96f02fe8c27024d6fb4c16d77fae7d7a2ad85b53 /sysutils/fusefs-funionfs | |
parent | 647e11a36ac7fdd205da3084919de772d855be08 (diff) | |
download | ports-03b8c2a886b990fc2e3ac6cdf43da4934a981df6.tar.gz ports-03b8c2a886b990fc2e3ac6cdf43da4934a981df6.zip |
Notes
Diffstat (limited to 'sysutils/fusefs-funionfs')
-rw-r--r-- | sysutils/fusefs-funionfs/files/patch-funionfs.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/fusefs-funionfs/files/patch-funionfs.h b/sysutils/fusefs-funionfs/files/patch-funionfs.h index e9e7491f9aef..6cfda2aeb0c8 100644 --- a/sysutils/fusefs-funionfs/files/patch-funionfs.h +++ b/sysutils/fusefs-funionfs/files/patch-funionfs.h @@ -1,9 +1,10 @@ ---- funionfs.h.orig Mon Feb 26 21:06:15 2007 -+++ funionfs.h Mon Feb 26 21:06:40 2007 -@@ -2,6 +2,8 @@ +--- funionfs.h.orig Fri Jan 19 06:35:52 2007 ++++ funionfs.h Mon Apr 23 09:39:54 2007 +@@ -21,6 +21,9 @@ #ifndef _FUNIONFS_H #define _FUNIONFS_H ++#include <limits.h> +#include <pthread.h> + // use the new API |