Fix include for ssize_t
This commit is contained in:
parent
d721d8453e
commit
0a91ede86c
1 changed files with 1 additions and 0 deletions
1
util.h
1
util.h
|
@ -22,6 +22,7 @@
|
|||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
#include <dirent.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#ifndef MIN
|
||||
#define MIN(a,b) ((a) < (b) ? (a) : (b))
|
||||
|
|
Loading…
Add table
Reference in a new issue