$NetBSD: patch-aa,v 1.1 2007/11/13 21:19:45 rillig Exp $

<cstdio> does not declare FILE, it only declares std::FILE.

--- src/myspell/affixmgr.hxx.orig	2006-01-12 23:51:52.000000000 +0100
+++ src/myspell/affixmgr.hxx	2007-11-13 21:44:53.000000000 +0100
@@ -2,7 +2,7 @@
 #define _AFFIXMGR_HXX_
 #include <cstdlib>
 #include <cstring>
-#include <cstdio>
+#include <stdio.h>
 
 #include "atypes.hxx"
 #include "baseaffix.hxx"
