diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:07:43 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:07:43 +0200 |
commit | 4226e548662339ea1ca37b45385a7cf9b237ff1e (patch) | |
tree | 9a3fa54b85d97f05164e41bdb96b82f748a37342 /shared/systemFunctions.cpp | |
parent | 3.7 (diff) | |
download | FreeFileSync-4226e548662339ea1ca37b45385a7cf9b237ff1e.tar.gz FreeFileSync-4226e548662339ea1ca37b45385a7cf9b237ff1e.tar.bz2 FreeFileSync-4226e548662339ea1ca37b45385a7cf9b237ff1e.zip |
3.8
Diffstat (limited to 'shared/systemFunctions.cpp')
-rw-r--r-- | shared/systemFunctions.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shared/systemFunctions.cpp b/shared/systemFunctions.cpp index 6d945d67..41ce9377 100644 --- a/shared/systemFunctions.cpp +++ b/shared/systemFunctions.cpp @@ -10,8 +10,8 @@ #include <wx/msw/wrapwin.h> //includes "windows.h" #elif defined FFS_LINUX -#include <string.h> -#include <errno.h> +#include <cstring> +#include <cerrno> #endif |