mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-23 15:07:03 +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>
|
2002-01-08 Timo Schulz <ts@winpt.org>
|
||||||
|
|
||||||
* g10.c (main): New description for --encrypt-files.
|
* g10.c (main): New description for --encrypt-files.
|
||||||
|
@ -27,6 +27,9 @@
|
|||||||
#ifndef EXEC_TEMPFILE_ONLY
|
#ifndef EXEC_TEMPFILE_ONLY
|
||||||
#include <sys/wait.h>
|
#include <sys/wait.h>
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef HAVE_DOSISH_SYSTEM
|
||||||
|
#include <windows.h>
|
||||||
|
#endif
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user