Remove a macro-redefinition warning

This commit is contained in:
Frits van Bommel
2009-05-16 23:00:56 +02:00
parent b87acdc36f
commit e7e3632d36

View File

@@ -7,7 +7,9 @@
// in artistic.txt, or the GNU General Public License in gnu.txt.
// See the included readme.txt for details.
#ifndef POSIX
#define POSIX (linux || __APPLE__ || __FreeBSD__ || __sun&&__SVR4)
#endif
#include <stdio.h>
#include <stdlib.h>