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

15 lines
307 B
Plaintext

$NetBSD: patch-ai,v 1.1 2006/01/24 22:47:13 joerg Exp $
--- hdrs/elm_lib.h.orig 2006-01-24 19:53:20.000000000 +0000
+++ hdrs/elm_lib.h
@@ -67,8 +67,8 @@ int elm_access P_((const char *, int));
/* errno.c */
+#include <errno.h>
-extern int errno;
#ifndef STRERROR
char *strerror P_((int));
#endif