2013-09-26 17:14:40 +02:00

16 lines
294 B
Plaintext

$NetBSD: patch-ab,v 1.1 2008/09/19 23:59:52 joerg Exp $
--- liblcdf/vectorv.cc.orig 2008-09-20 01:54:16.000000000 +0200
+++ liblcdf/vectorv.cc
@@ -15,6 +15,10 @@
* legally binding.
*/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
#include <lcdf/vector.hh>
#include <cstring>