summaryrefslogtreecommitdiff
path: root/devel/opencvs/files/patch-cvs.h
blob: 2765876005baa55f906464562ef51c1e708f4a50 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- cvs.h.orig	2015-05-04 11:15:45.000000000 +0200
+++ cvs.h	2016-02-06 23:33:35.522379000 +0100
@@ -29,6 +29,10 @@
 
 #include <signal.h>
 
+/* For building on FreeBSD */
+#include <time.h>
+#define	__dead
+
 #include "config.h"
 #include "file.h"
 #include "log.h"