blob: d16d1fd4057c743924d4530a166ee4339f11237a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$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"
|