Added gitlab runner script.

Added missing header.
This commit is contained in:
2018-06-23 17:11:32 +01:00
parent 566bf94225
commit f370305984
3 changed files with 22 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
#include <malloc.h>
#include <string.h>
#include <assert.h>
#include <stdio.h>
#include "bplus_tree.h"
#define APPEND_STR(str, size, _) { \