945e309d05
it expands methods at completely different times.
13 lines
331 B
Plaintext
13 lines
331 B
Plaintext
$OpenBSD: patch-src_Window_cc,v 1.1 2004/01/01 15:18:37 espie Exp $
|
|
--- src/Window.cc.orig 2004-01-01 16:08:10.000000000 +0100
|
|
+++ src/Window.cc 2004-01-01 16:09:38.000000000 +0100
|
|
@@ -42,6 +42,8 @@ extern "C" {
|
|
#ifdef HAVE_STDLIB_H
|
|
#include <stdlib.h>
|
|
#endif // HAVE_STDLIB_H
|
|
+
|
|
+#include <assert.h>
|
|
}
|
|
|
|
#include "i18n.hh"
|