mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-17 00:12:44 -04:00
13 lines
277 B
Plaintext
13 lines
277 B
Plaintext
$NetBSD: patch-ac,v 1.7 2008/04/03 09:07:49 joerg Exp $
|
|
|
|
--- src/lexpgn.l.orig 2008-04-03 11:01:56.000000000 +0200
|
|
+++ src/lexpgn.l
|
|
@@ -37,6 +37,7 @@
|
|
#include <stdlib.h>
|
|
#include <ctype.h>
|
|
#include <string.h>
|
|
+#include <unistd.h>
|
|
|
|
#include "common.h"
|
|
#include "lexpgn.h"
|