Skip to content
Snippets Groups Projects
Commit a82391cd authored by dmitriy.gerasimov's avatar dmitriy.gerasimov
Browse files

[+] Add sys/types for ssize_t

parent 5b72cc30
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@
#include <stdbool.h>
#include <stdio.h>
#include <stdint.h>
#include <sys/types.h>
typedef struct _dap_string dap_string_t;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment