14 lines
374 B
Text
14 lines
374 B
Text
|
$NetBSD: patch-ac,v 1.1.1.1 2010/06/01 21:35:31 guigui2 Exp $
|
||
|
|
||
|
--- src/ssh2/channel.h.orig 2007-09-23 15:28:44.000000000 -0400
|
||
|
+++ src/ssh2/channel.h 2010-03-03 00:22:29.000000000 -0500
|
||
|
@@ -8,7 +8,7 @@
|
||
|
#define PyOpenSSL_SSH2_CHANNEL_H_
|
||
|
|
||
|
#include <Python.h>
|
||
|
-#include "libssh2_priv.h"
|
||
|
+#include "libssh2.h"
|
||
|
|
||
|
extern int init_SSH2_Channel (PyObject *);
|
||
|
|