mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-27 05:50:56 -04:00
13 lines
322 B
C++
13 lines
322 B
C++
$NetBSD: patch-gui_gui__src.cc,v 1.1 2011/12/19 15:58:40 wiz Exp $
|
|
|
|
--- gui/gui_src.cc.orig 2005-08-31 14:46:39.000000000 +0000
|
|
+++ gui/gui_src.cc
|
|
@@ -22,6 +22,7 @@ Boston, MA 02111-1307, USA. */
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <errno.h>
|
|
+#include <typeinfo>
|
|
|
|
#include "../config.h"
|
|
#ifdef HAVE_GUI
|