1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +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

@ -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>