2013-09-26 17:14:40 +02:00

17 lines
445 B
Plaintext

$NetBSD: patch-ag,v 1.9 2011/07/02 22:19:30 dholland Exp $
- use standard headers correctly
--- Amaya/tools/cextract-1.7/xtract.h.orig 2005-05-30 10:21:42.000000000 -0400
+++ Amaya/tools/cextract-1.7/xtract.h 2008-09-08 05:20:38.000000000 -0400
@@ -15,9 +15,7 @@
#include <stdio.h>
#include <ctype.h>
#include <time.h>
-#ifdef _POSIX_SOURCE
#include <stdlib.h>
-#endif /* _POSIX_SOURCE_ */
#if __STDC__
#ifndef VMS
#include <unistd.h>