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:
parent
f9dbd10763
commit
945e309d05
12
x11/blackbox/patches/patch-src_Window_cc
Normal file
12
x11/blackbox/patches/patch-src_Window_cc
Normal 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"
|
Loading…
Reference in New Issue
Block a user