Neil Gierman pointed out in bug report #2809163 that these two files cannot
include the public libssh2.h header as it breaks the compile on window. I'll adapt to this now, but in the long run I think we should rather fix the includes so that we _can_ include the public headers properly.
This commit is contained in:
parent
a4c3f0d0a3
commit
9a6ce012cc
@ -36,7 +36,6 @@
|
||||
* OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "libssh2.h"
|
||||
#include "libssh2_priv.h"
|
||||
#include "misc.h"
|
||||
|
||||
|
@ -36,7 +36,6 @@
|
||||
* OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "libssh2.h"
|
||||
#include "libssh2_priv.h"
|
||||
#include "misc.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user