summaryrefslogtreecommitdiff
path: root/sshbuf-getput-basic.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshbuf-getput-basic.c')
-rw-r--r--sshbuf-getput-basic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshbuf-getput-basic.c b/sshbuf-getput-basic.c
index 6b16b214d..b7d0758c2 100644
--- a/sshbuf-getput-basic.c
+++ b/sshbuf-getput-basic.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>
@@ -23,7 +24,6 @@
23#include <string.h> 24#include <string.h>
24 25
25#include "ssherr.h" 26#include "ssherr.h"
26#define SSHBUF_INTERNAL
27#include "sshbuf.h" 27#include "sshbuf.h"
28 28
29int 29int