diff options
author | clsung <clsung@FreeBSD.org> | 2007-04-23 09:44:44 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-04-23 09:44:44 +0800 |
commit | 361cdc31486c92a06e013055b59b6ff86a480b47 (patch) | |
tree | 8573d268050f66e5c62803a1145e48efb3d6ec76 /sysutils | |
parent | 4032f0e0ffd23bf7b61d370ba20233d31019367e (diff) | |
download | freebsd-ports-graphics-361cdc31486c92a06e013055b59b6ff86a480b47.tar.gz freebsd-ports-graphics-361cdc31486c92a06e013055b59b6ff86a480b47.tar.zst freebsd-ports-graphics-361cdc31486c92a06e013055b59b6ff86a480b47.zip |
- Fix build error in 7-CURRENT
Noted by: kris
Diffstat (limited to 'sysutils')
-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 e9e7491f9ae..6cfda2aeb0c 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 |