SVN revision: 30260
This commit is contained in:
Eric Schuele 2007-06-05 22:12:10 +00:00
parent 28b177d4c5
commit c684c90d27
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
#define _FILE_OFFSET_BITS 64
#endif
#ifndef __FreeBSD__
#ifdef __linux__
#include <features.h>
#endif
#include <stdio.h>

View File

@ -5,7 +5,7 @@
#define _FILE_OFFSET_BITS 64
#endif
#ifndef __FreeBSD__
#ifdef __linux__
#include <features.h>
#endif
#include <stdio.h>