missing #include <assert.h>. gcc2.95 didn't seem to mind, but then

it expands methods at completely different times.
This commit is contained in:
espie 2004-01-01 15:18:37 +00:00
parent f9dbd10763
commit 945e309d05

View File

@ -0,0 +1,12 @@
$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"