mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-31 11:41:32 +01:00
* srv.c: OSX 10.2.8/Darwin 6.8 seems to have some #include ordering
issues? Move sys/types.h up higher to work around.
This commit is contained in:
parent
bc14a878e2
commit
90bd542151
@ -1,3 +1,8 @@
|
||||
2003-10-12 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* srv.c: OSX 10.2.8/Darwin 6.8 seems to have some #include
|
||||
ordering issues? Move sys/types.h up higher to work around.
|
||||
|
||||
2003-10-08 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* ttyio.c (tty_print_string, tty_print_utf8_string2)
|
||||
|
@ -20,6 +20,7 @@
|
||||
|
||||
#include <config.h>
|
||||
#ifdef USE_DNS_SRV
|
||||
#include <sys/types.h>
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#else
|
||||
@ -27,7 +28,6 @@
|
||||
#include <arpa/nameser.h>
|
||||
#include <resolv.h>
|
||||
#endif
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user