summaryrefslogtreecommitdiff
path: root/editors/nvi/patches/patch-ae
blob: 7751ec88eca844c7fb6ca5a07468103adef1cddc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ae,v 1.3 2006/09/16 15:29:35 hira Exp $

--- ../common/common.h.orig	Tue Apr 24 08:46:55 2001
+++ ../common/common.h	Sat Jan  7 01:36:53 2006
@@ -16,6 +16,11 @@
 #include <sys/queue.h>
 #include <bitstring.h>
 /*
+ * include ctype very early to avoid real functions being run over by
+ * macros.
+ */
+#include <ctype.h>
+/*
  * Porting information built at configuration time.  Included before
  * any of nvi's include files.
  */