From d346578fb1f61ca2c487a773fd6c7c6f6fa53660 Mon Sep 17 00:00:00 2001 From: Timo Schulz Date: Wed, 9 Jan 2002 14:58:59 +0000 Subject: [PATCH] Added missing include file. --- g10/ChangeLog | 4 ++++ g10/exec.c | 3 +++ 2 files changed, 7 insertions(+) diff --git a/g10/ChangeLog b/g10/ChangeLog index dc6dc924e..872791703 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -1,3 +1,7 @@ +2001-01-09 Timo Schulz + + * exec.c: Include windows.h for dosish systems. + 2002-01-08 Timo Schulz * g10.c (main): New description for --encrypt-files. diff --git a/g10/exec.c b/g10/exec.c index 9cf40b329..9299d5b3f 100644 --- a/g10/exec.c +++ b/g10/exec.c @@ -27,6 +27,9 @@ #ifndef EXEC_TEMPFILE_ONLY #include #endif +#ifdef HAVE_DOSISH_SYSTEM +#include +#endif #include #include #include