mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Small W32 fixes
This commit is contained in:
parent
a66fa9c25e
commit
bb8276a4ee
4 changed files with 26 additions and 1 deletions
|
@ -31,6 +31,9 @@
|
|||
#include <dl.h>
|
||||
#include <errno.h>
|
||||
#endif
|
||||
#ifdef __MINGW32__
|
||||
#include <windows.h>
|
||||
#endif
|
||||
#include "util.h"
|
||||
#include "cipher.h"
|
||||
#include "dynload.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue