1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
From 7f2800d93f54cb760f05b7f2fba874aa1ab50732 Mon Sep 17 00:00:00 2001
From: Doug Porter <dsp@debian.org>
Date: Mon, 27 Jan 2014 07:47:11 +0000
Subject: Include <malloc.h> for malloc() et al
Bug-Debian: http://bugs.debian.org/118766
Forwarded: no
Last-Update: 2010-05-26
Patch-Name: include-malloc.patch
---
symmetry.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/symmetry.c b/symmetry.c
index 8797a73..51cb211 100644
--- a/symmetry.c
+++ b/symmetry.c
@@ -33,6 +33,7 @@
#include <math.h>
#include <stdio.h>
+#include <malloc.h>
|