~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/python-compat.h

  • Committer: John Arbash Meinel
  • Author(s): Alexander Belchenko
  • Date: 2008-11-21 19:53:45 UTC
  • mto: This revision was merged to the branch mainline in revision 3846.
  • Revision ID: john@arbash-meinel.com-20081121195345-6vfpy3821ge662vk
include Winsock2.h to match the Ws2 library.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
    #include <windows.h>
43
43
 
44
44
    /* Needed for htonl */
45
 
    #include "Winsock.h"
 
45
    #include "Winsock2.h"
46
46
 
47
47
    /* sys/stat.h doesn't have any of these macro definitions for MSVC, so
48
48
     * we'll define whatever is missing that we actually use.