mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 12:27:50 -04:00
16 lines
510 B
Plaintext
16 lines
510 B
Plaintext
$NetBSD: patch-af,v 1.3 2006/06/28 16:04:06 joerg Exp $
|
|
|
|
--- kmymoney2/plugins/kmymoneyplugin.cpp.orig 2006-06-28 15:53:31.000000000 +0000
|
|
+++ kmymoney2/plugins/kmymoneyplugin.cpp
|
|
@@ -15,6 +15,10 @@
|
|
* *
|
|
***************************************************************************/
|
|
|
|
+#ifdef HAVE_CONFIG_H
|
|
+#include <config.h>
|
|
+#endif
|
|
+
|
|
// ----------------------------------------------------------------------------
|
|
// QT Includes
|
|
|