diff options
author | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-09-26 14:05:58 +0200 |
---|---|---|
committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-09-26 14:05:58 +0200 |
commit | cd7f6bea573e345ac01e0c5226a3fa27ca83e2a8 (patch) | |
tree | f5760ca5f8bc63e6da0e93ae0b3fe53bc64085f0 /libssh/packet.c | |
parent | c3dc60103f03142873bdb78d112adbe423c94c2e (diff) | |
download | libssh-cd7f6bea573e345ac01e0c5226a3fa27ca83e2a8.tar.gz libssh-cd7f6bea573e345ac01e0c5226a3fa27ca83e2a8.tar.xz libssh-cd7f6bea573e345ac01e0c5226a3fa27ca83e2a8.zip |
more priv.h splitting
Diffstat (limited to 'libssh/packet.c')
-rw-r--r-- | libssh/packet.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libssh/packet.c b/libssh/packet.c index 7e25479..00b09ff 100644 --- a/libssh/packet.c +++ b/libssh/packet.c @@ -41,6 +41,7 @@ #include "libssh/socket.h" #include "libssh/channels.h" #include "libssh/session.h" +#include "libssh/messages.h" /* XXX include selected mac size */ static int macsize=SHA_DIGEST_LEN; |