Fix include for ssize_t

pull/12/head
Bert Münnich 13 years ago
parent d721d8453e
commit 0a91ede86c

@ -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…
Cancel
Save