blob: 7028103477ce7b49a9de692145856936a64b5108 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ac,v 1.1 2004/03/15 08:35:43 agc Exp $
--- configure 2004/03/15 08:32:08 1.1
+++ configure 2004/03/15 08:32:16
@@ -2070,6 +2070,7 @@
#include "confdefs.h" /* the header built by configure so far */
#include <stdio.h>
+#include <errno.h>
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
|