5a72116b35
release. OK sthen@, naddy@
17 lines
445 B
Plaintext
17 lines
445 B
Plaintext
$OpenBSD: patch-src_protocol_handshake_cc,v 1.3 2012/07/15 10:20:07 dcoppa Exp $
|
|
|
|
Missing include
|
|
(upstream git commit 269843c73206fde90e17cc02aa665ebe0e319f63)
|
|
|
|
--- src/protocol/handshake.cc.orig Thu Oct 20 16:16:31 2011
|
|
+++ src/protocol/handshake.cc Thu Oct 20 16:16:53 2011
|
|
@@ -36,6 +36,8 @@
|
|
|
|
#include "config.h"
|
|
|
|
+#include <stdio.h>
|
|
+
|
|
#include "download/download_main.h"
|
|
#include "net/throttle_list.h"
|
|
#include "torrent/dht_manager.h"
|