Skip to content

Commit

Permalink
Undo previous change. This header file belongs to the public
Browse files Browse the repository at this point in the history
interface and the change could break the compilation of thrid
party apps which link against this library.
  • Loading branch information
yangtse committed Dec 19, 2005
1 parent bfc7b16 commit c43edeb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ares.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@
#include <netinet/in.h>
#include <sys/socket.h>
#include <tcp.h>
#elif !defined(WIN32)
#elif defined(WIN32)
#include <winsock2.h>
#include <windows.h>
#else
#include <netinet/in.h>
#include <sys/socket.h>
#endif
Expand Down
1 change: 1 addition & 0 deletions nameser.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
port build */

#ifndef NETWARE
#include <windows.h>
#include <process.h> /* for the _getpid() proto */
#endif /* !NETWARE */
#include <sys/types.h>
Expand Down

0 comments on commit c43edeb

Please sign in to comment.