freebsd-ports/sysutils/fusefs-funionfs/files/patch-funionfs.h
Cheng-Lung Sung 03b8c2a886 - Fix build error in 7-CURRENT
Noted by:	kris
2007-04-23 01:44:44 +00:00

12 lines
239 B
C

--- 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
#define VERSION "0.4.2"