Included stdlib.h in libisofs/util.h to get off_t defined in FreeBSD.
This commit is contained in:
parent
006caa2fd2
commit
393cc070f3
@ -25,6 +25,8 @@
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
|
||||
#include <fcntl.h>
|
||||
|
||||
#ifndef MAX
|
||||
# define MAX(a, b) (((a) > (b)) ? (a) : (b))
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user