openbsd-ports/x11/blackbox/patches/patch-src_Window_cc
espie 945e309d05 missing #include <assert.h>. gcc2.95 didn't seem to mind, but then
it expands methods at completely different times.
2004-01-01 15:18:37 +00:00

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"