Included stdlib.h in libisofs/util.h to get off_t defined in FreeBSD.

This commit is contained in:
Thomas Schmitt 2015-05-17 17:08:04 +02:00
parent 006caa2fd2
commit 393cc070f3
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@
#include <stdlib.h>
#endif
#include <fcntl.h>
#ifndef MAX
# define MAX(a, b) (((a) > (b)) ? (a) : (b))
#endif