blob: 67c24875b7cd5a3e3c3fdde180715e9554fff753 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-aa,v 1.1 2006/01/20 03:24:10 joerg Exp $
--- Headers/Pantomime/elm_lib.h.orig 2006-01-20 03:19:01.000000000 +0000
+++ Headers/Pantomime/elm_lib.h
@@ -69,8 +69,8 @@ int elm_access P_((const char *, int));
/* errno.c */
+#include <errno.h>
-extern int errno;
#ifndef STRERROR
char *strerror P_((int));
#endif
|