15 lines
294 B
Text
15 lines
294 B
Text
$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>
|
|
|