summaryrefslogtreecommitdiff
path: root/sshbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshbuf.c')
-rw-r--r--sshbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshbuf.c b/sshbuf.c
index 11d8d41df..36a8b92f6 100644
--- a/sshbuf.c
+++ b/sshbuf.c
@@ -15,6 +15,7 @@
15 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 */ 16 */
17 17
18#define SSHBUF_INTERNAL
18#include "includes.h" 19#include "includes.h"
19 20
20#include <sys/types.h> 21#include <sys/types.h>
@@ -25,7 +26,6 @@
25#include <string.h> 26#include <string.h>
26 27
27#include "ssherr.h" 28#include "ssherr.h"
28#define SSHBUF_INTERNAL
29#include "sshbuf.h" 29#include "sshbuf.h"
30 30
31static inline int 31static inline int