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:
parent
aa29ba1689
commit
6764837956
10 changed files with 68 additions and 11 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue