summaryrefslogtreecommitdiff
path: root/textproc/groff/patches/patch-src_libs_libgroff_curtime.cpp
blob: fde64400e0460eae1299f9c64bcc91aa6b2b1e28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-src_libs_libgroff_curtime.cpp,v 1.1 2020/03/30 19:32:24 joerg Exp $

--- src/libs/libgroff/curtime.cpp.orig	2020-03-29 11:10:42.888676630 +0000
+++ src/libs/libgroff/curtime.cpp
@@ -15,6 +15,10 @@ for more details.
 The GNU General Public License version 2 (GPL2) is available in the
 internet at <http://www.gnu.org/licenses/gpl-2.0.txt>. */
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <errno.h>
 #include <limits.h>
 #include <stdlib.h>