blob: f9c6cb62eb2c179df657fd32af86e72f47577d5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- kmymoney/kmymoney2/plugins/ofximport/ofxpartner.cpp.ORI 2012-05-02 05:22:43.788349181 -0400
+++ kmymoney/kmymoney2/plugins/ofximport/ofxpartner.cpp 2012-05-02 05:23:01.910909490 -0400
@@ -20,6 +20,8 @@
#include <config.h>
#endif
+#include <unistd.h>
+
// ----------------------------------------------------------------------------
// QT Includes
|