jca 5feece3bb7 Minor tweaks
- set DISTNAME instead of fiddling with WRKDIST
- missing include for function returning size_t

ok solene@ (maintainer)
2018-12-06 16:25:04 +00:00

16 lines
351 B
Plaintext

$OpenBSD: patch-scanner_c,v 1.1 2018/12/06 16:25:04 jca Exp $
Missing include.
Index: scanner.c
--- scanner.c.orig
+++ scanner.c
@@ -25,6 +25,7 @@ extern double strtod(const char *nptr, char **endptr);
#include "main.h"
#include "misc.h"
#include "scanner.h"
+#include "utf8.h"
/*}}}*/
/* identcode -- return number of identifier */ /*{{{*/