d3e39d11da
graphical sql client for MySQL
13 lines
327 B
Plaintext
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>
|