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

---
 dap_events.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dap_events.h b/dap_events.h
index a51afc4..942b588 100755
--- a/dap_events.h
+++ b/dap_events.h
@@ -22,7 +22,7 @@
     along with any DAP based project.  If not, see <http://www.gnu.org/licenses/>.
 */
 #pragma once
-
+#include <sys/types.h>
 #include <netinet/in.h>
 
 #include <stdint.h>
-- 
GitLab