David H. Gutteridge, with some minor adjustments. Plus a couple small patches to make gtk support actually build. :-/
14 lines
357 B
C++
14 lines
357 B
C++
$NetBSD: patch-gtk_src_gtkAiksaur.t.cpp,v 1.1 2014/12/06 19:04:14 dholland Exp $
|
|
|
|
Use standard headers.
|
|
|
|
--- gtk/src/gtkAiksaur.t.cpp~ 2002-01-12 02:02:12.000000000 +0000
|
|
+++ gtk/src/gtkAiksaur.t.cpp
|
|
@@ -23,6 +23,7 @@
|
|
#include <gtk/gtk.h>
|
|
#include <iostream>
|
|
#include <string>
|
|
+#include <cstdlib>
|
|
using namespace std;
|
|
|
|
int main(int argc, char** argv)
|