18 lines
553 B
Text
18 lines
553 B
Text
$NetBSD: patch-ab,v 1.1 2009/11/22 09:10:08 gschwarz Exp $
|
|
|
|
--- src/aeneas.c.orig 2009-08-05 22:51:55.050013000 +0200
|
|
+++ src/aeneas.c 2009-08-05 22:55:06.520015000 +0200
|
|
@@ -47,7 +47,13 @@
|
|
************************************************************************
|
|
*/
|
|
|
|
+#if defined(HAVE_NBCOMPAT_H)
|
|
+#include <nbcompat/config.h> /* needed for the other headers */
|
|
+#include <nbcompat/cdefs.h> /* needed for the other headers */
|
|
+#include <nbcompat/getopt.h>
|
|
+#else
|
|
#include<getopt.h>
|
|
+#endif
|
|
#include<stdio.h>
|
|
#include<math.h>
|
|
#include<stdlib.h>
|