Skip to content
Snippets Groups Projects
Commit 6cbcec32 authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Add include for ssize_t in src/lib/small/region.c

parent df462ae8
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@
* SUCH DAMAGE.
*/
#include "lib/small/region.h"
#include <sys/types.h> /* ssize_t */
void *
region_alloc_slow(struct region *region, size_t size)
......
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