aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/callback.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh/callback.h')
-rw-r--r--include/libssh/callback.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libssh/callback.h b/include/libssh/callback.h
index f21b88b..c849bf8 100644
--- a/include/libssh/callback.h
+++ b/include/libssh/callback.h
@@ -20,7 +20,7 @@
*/
/* callback.h
- * This file includes the declarations for the libssh callback mechanism
+ * This file includes the public declarations for the libssh callback mechanism
*/
#ifndef _SSH_CALLBACK_H
@@ -28,7 +28,7 @@
#include <string.h>
-#include "libssh.h"
+#include <libssh/libssh.h>
#ifdef __cplusplus
extern "C" {