blob: bfc112f0e9003951b4a8745e92a93397aedece21 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$FreeBSD$
--- gtkextra/gtkplotdt.c 2001/12/05 09:01:36 1.1
+++ gtkextra/gtkplotdt.c 2001/12/05 09:02:12
@@ -20,7 +20,9 @@
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
+#ifndef __FreeBSD__
#include <malloc.h>
+#endif
#include <string.h>
#include <gtk/gtk.h>
#include "gtkplotdt.h"
|