1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-07-01 02:42:44 +02:00

Added missing include file.

This commit is contained in:
Timo Schulz 2002-01-09 14:58:59 +00:00
parent 05a91bd54f
commit d346578fb1
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2001-01-09 Timo Schulz <ts@winpt.org>
* exec.c: Include windows.h for dosish systems.
2002-01-08 Timo Schulz <ts@winpt.org>
* g10.c (main): New description for --encrypt-files.

View File

@ -27,6 +27,9 @@
#ifndef EXEC_TEMPFILE_ONLY
#include <sys/wait.h>
#endif
#ifdef HAVE_DOSISH_SYSTEM
#include <windows.h>
#endif
#include <fcntl.h>
#include <unistd.h>
#include <string.h>