openbsd-ports/devel/bzr/patches/patch-bzrlib_python-compat_h
eric eeaf3ab069 update to 2.2.2
ok jasper@
2011-01-10 20:18:09 +00:00

12 lines
326 B
Plaintext

$OpenBSD: patch-bzrlib_python-compat_h,v 1.1 2011/01/10 20:18:09 eric Exp $
--- bzrlib/python-compat.h.orig Tue Dec 7 11:03:32 2010
+++ bzrlib/python-compat.h Tue Dec 7 11:03:44 2010
@@ -67,6 +67,7 @@
#endif
#else /* Not win32 */
/* For htonl */
+ #include <netinet/in.h>
#include "arpa/inet.h"
#endif