blob: e9e7491f9aef346f5025668aef916b5551c84112 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- funionfs.h.orig Mon Feb 26 21:06:15 2007
+++ funionfs.h Mon Feb 26 21:06:40 2007
@@ -2,6 +2,8 @@
#ifndef _FUNIONFS_H
#define _FUNIONFS_H
+#include <pthread.h>
+
// use the new API
#define VERSION "0.4.2"
|