14 lines
304 B
Text
14 lines
304 B
Text
$NetBSD: patch-aj,v 1.1 2007/03/06 22:57:46 rillig Exp $
|
|
|
|
--- getline.h.orig 1997-02-21 12:50:14.000000000 +0100
|
|
+++ getline.h 2007-03-06 23:10:00.692282961 +0100
|
|
@@ -6,6 +6,9 @@
|
|
#include "buttons.h"
|
|
#include "bool.h"
|
|
|
|
+#include <stdio.h>
|
|
+#define getline getline_class
|
|
+
|
|
class getline
|
|
{public:
|
|
|