[android] use relative path for includes

This commit is contained in:
retro-wertz
2017-08-30 04:19:09 +08:00
parent c3ab3696f8
commit c38e47dc4e
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
#include <stdlib.h>
#include <string.h>
#include <streams/memory_stream.h>
#include "../include/streams/memory_stream.h"
static uint8_t* g_buffer = NULL;
static size_t g_size = 0;