diff options
author | Bert Münnich <ber.t@gmx.com> | 2011-09-26 22:01:27 +0200 |
---|---|---|
committer | Bert Münnich <ber.t@gmx.com> | 2011-09-26 22:01:27 +0200 |
commit | 0a91ede86c370aacb2b3a91e411f1f05349c12f6 (patch) | |
tree | 7cadcb55e14aae36177b01dc097a7c4915074c26 /util.h | |
parent | d721d8453e6c0ff7112e8228eb58aa438d1f7f1a (diff) |
Fix include for ssize_t
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)) |