$NetBSD: patch-ai,v 1.10 2006/10/31 03:31:20 taca Exp $

--- openbsd-compat/openbsd-compat.h.orig	2006-09-03 21:44:50.000000000 +0900
+++ openbsd-compat/openbsd-compat.h
@@ -83,6 +83,10 @@ size_t strlcat(char *dst, const char *sr
 int setenv(register const char *name, register const char *value, int rewrite);
 #endif
 
+#ifndef HAVE_STRTOLL
+long long strtoll(const char *, char **, int);
+#endif
+
 #ifndef HAVE_STRMODE
 void strmode(int mode, char *p);
 #endif
