Make glibc happy.

This commit is contained in:
Jonathan Schleifer 2012-09-30 03:10:59 +02:00
parent b65679f747
commit 3e038e2ba3
2 changed files with 4 additions and 0 deletions

View file

@ -27,6 +27,8 @@
#include <string.h>
#include <limits.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>

View file

@ -24,6 +24,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#define _POSIX_SOURCE
#include <stdio.h>
#include <string.h>
#include <inttypes.h>