Fix cmake compilation

master
rexim 2020-01-12 02:19:40 +07:00
parent 1dd31e1505
commit 69d167499d
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,8 @@
#include <stdlib.h>
#include <stdbool.h>
#include <stdint.h>
#include "system/memory.h"
#include "system/stacktrace.h"
#define DYNARRAY_CAPACITY 256

View File

@ -7,6 +7,8 @@
#include <stdint.h>
#include <string.h>
#include "system/memory.h"
typedef void (*RingBufferDtor)(void *element);
typedef struct {