1
0
Fork 0

Support large output files.

This commit is contained in:
Joris van Rantwijk 2013-12-31 20:07:46 +01:00
parent 0091737339
commit f6b0d2b546
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
#define _FILE_OFFSET_BITS 64
#include <string.h>
#include <errno.h>
#include <unistd.h>