Yet more portability hacks.

This commit is contained in:
hpa 2001-11-12 21:44:05 +00:00
parent 01b753d213
commit 9570005ba2
3 changed files with 9 additions and 0 deletions

View file

@ -26,6 +26,10 @@
#define _XOPEN_SOURCE
#define __EXTENSIONS__
/* This is necessary on glibc systems */
#define _BSD_SOURCE
#define _ISO9X_SOURCE
/* Standard includes */
#include <stdio.h>