mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
15 lines
270 B
Plaintext
15 lines
270 B
Plaintext
|
--- Xmysql_cb.c.orig Tue Sep 2 16:08:23 1997
|
||
|
+++ Xmysql_cb.c Tue Sep 2 16:09:08 1997
|
||
|
@@ -1,5 +1,11 @@
|
||
|
#include <string.h>
|
||
|
+
|
||
|
+#ifdef __FreeBSD__
|
||
|
+#include <stdlib.h>
|
||
|
+#else
|
||
|
#include <malloc.h>
|
||
|
+#endif
|
||
|
+
|
||
|
#include "forms.h"
|
||
|
#include "Xmysql.h"
|
||
|
#include "XmysqlDB.h"
|