Try to fix MSVC build

master
rexim 2019-12-16 00:17:57 +07:00
parent 0a3b0d1db8
commit 4ce540758f
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
#ifndef S_H_
#define S_H_
#include <string.h>
#include "system/stacktrace.h"
typedef struct {
size_t count;
const char *data;