From a82391cdb85689109eec7e1de07610275b339adc Mon Sep 17 00:00:00 2001
From: Dmitriy Gerasimov <naeper@demlabs.net>
Date: Fri, 31 May 2019 13:13:16 +0700
Subject: [PATCH] [+] Add sys/types for ssize_t

---
 include/dap_string.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/dap_string.h b/include/dap_string.h
index cacb8d0d07..7275f9db75 100755
--- a/include/dap_string.h
+++ b/include/dap_string.h
@@ -6,6 +6,7 @@
 #include <stdbool.h>
 #include <stdio.h>
 #include <stdint.h>
+#include <sys/types.h>
 
 typedef struct _dap_string dap_string_t;
 
-- 
GitLab