diff options
Diffstat (limited to '')
-rw-r--r-- | g10/misc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/g10/misc.c b/g10/misc.c index 110d9128c..89ca92e50 100644 --- a/g10/misc.c +++ b/g10/misc.c @@ -37,6 +37,10 @@ #ifdef ENABLE_SELINUX_HACKS #include <sys/stat.h> #endif +#ifdef _WIN32 +#include <time.h> +#include <process.h> +#endif #include "util.h" #include "main.h" #include "photoid.h" |