openbsd-ports/databases/mysqlgui/patches/patch-Fl_Help_cc
wilfried d3e39d11da Import of mysqlgui-1.7.4
graphical sql client for MySQL
2001-04-02 15:14:51 +00:00

13 lines
327 B
Plaintext

$OpenBSD: patch-Fl_Help_cc,v 1.1.1.1 2001/04/02 15:14:51 wilfried Exp $
--- Fl_Help.cc.orig Wed Dec 27 13:45:04 2000
+++ Fl_Help.cc Fri Feb 9 18:14:05 2001
@@ -29,7 +29,7 @@
#include <FL/filename.H>
#include <string.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <ctype.h>
#include <stdlib.h>
#include <errno.h>