mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Fix build error in 7-CURRENT
Noted by: kris
This commit is contained in:
parent
647e11a36a
commit
03b8c2a886
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190669
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user