1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

The rest of the VMS changes.

This commit is contained in:
Werner Koch 2010-09-28 15:55:24 +00:00
parent aa29ba1689
commit 6764837956
10 changed files with 68 additions and 11 deletions

View file

@ -25,9 +25,11 @@
#include <string.h>
#include <unistd.h>
#include <assert.h>
#if !defined(HAVE_DOSISH_SYSTEM) && !defined(__riscos__)
#include <sys/socket.h>
#include <sys/un.h>
#ifdef ENABLE_AGENT_SUPPORT
# if !defined(HAVE_DOSISH_SYSTEM) && !defined(__riscos__)
# include <sys/socket.h>
# include <sys/un.h>
# endif
#endif
#if defined (_WIN32)
#include <windows.h>