mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-22 14:57:02 +01:00
Added missing include file.
This commit is contained in:
parent
05a91bd54f
commit
d346578fb1
@ -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.
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user