diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-06 13:24:13 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-06 13:24:13 -0500 |
commit | c6db2e9cbba80c3ef4544edcea0fad936da60f4b (patch) | |
tree | a7a268c884dbaab346f941a69c3d66df431db56d /kmymoney2/plugins | |
parent | d66a7c8318317da7fd724aed730dbb2bc148442a (diff) | |
download | kmymoney-c6db2e9cbba80c3ef4544edcea0fad936da60f4b.tar.gz kmymoney-c6db2e9cbba80c3ef4544edcea0fad936da60f4b.zip |
GCC 4.7 fixes.
Diffstat (limited to 'kmymoney2/plugins')
-rw-r--r-- | kmymoney2/plugins/ofximport/ofxpartner.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kmymoney2/plugins/ofximport/ofxpartner.cpp b/kmymoney2/plugins/ofximport/ofxpartner.cpp index 711bff5..9bcb938 100644 --- a/kmymoney2/plugins/ofximport/ofxpartner.cpp +++ b/kmymoney2/plugins/ofximport/ofxpartner.cpp @@ -20,6 +20,8 @@ #include <config.h> #endif +#include <unistd.h> + // ---------------------------------------------------------------------------- // QT Includes |