16 lines
312 B
Plaintext
16 lines
312 B
Plaintext
$NetBSD: patch-aa,v 1.2 2012/02/13 14:42:59 wiz Exp $
|
|
|
|
--- src/hunspell/hunzip.hxx.orig 2010-04-15 11:22:09.000000000 +0000
|
|
+++ src/hunspell/hunzip.hxx
|
|
@@ -4,6 +4,10 @@
|
|
#ifndef _HUNZIP_HXX_
|
|
#define _HUNZIP_HXX_
|
|
|
|
+#ifdef __SUNPRO_CC
|
|
+#include <iostream>
|
|
+#endif
|
|
+
|
|
#include "hunvisapi.h"
|
|
|
|
#include <stdio.h>
|