$NetBSD: patch-ao,v 1.1.1.1 2005/01/25 15:59:27 xtraeme Exp $

--- cmn/game_style.cpp.orig	2003-11-27 15:21:04.000000000 -0800
+++ cmn/game_style.cpp	2003-11-27 15:21:34.000000000 -0800
@@ -29,12 +29,11 @@
 
 // Include Files
 #include "stdafx.h"
-extern "C" {
-#include <string.h>
-}
+#include <cstring>
 
 #if X11
-#include <strstream.h>
+#include <strstream>
+using namespace std;
 #endif
 
 #if WIN32
