12 lines
313 B
C++
12 lines
313 B
C++
$NetBSD: patch-gui_gui__stack.cc,v 1.1 2011/12/19 15:58:40 wiz Exp $
|
|
|
|
--- gui/gui_stack.cc.orig 2005-08-31 14:46:39.000000000 +0000
|
|
+++ gui/gui_stack.cc
|
|
@@ -21,6 +21,7 @@ Boston, MA 02111-1307, USA. */
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
+#include <typeinfo>
|
|
#include <errno.h>
|
|
|
|
#include "../config.h"
|