1
0
Fork 0
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:
Werner Koch 2001-01-04 14:11:55 +00:00
parent a66fa9c25e
commit bb8276a4ee
4 changed files with 26 additions and 1 deletions

View file

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