12 lines
278 B
Diff
12 lines
278 B
Diff
--- src/lib/sparse/general.h.orig 2016-04-01 08:13:25.222810595 -0700
|
|
+++ src/lib/sparse/general.h 2016-04-01 08:14:12.770312988 -0700
|
|
@@ -14,6 +14,8 @@
|
|
#ifndef GENERAL_H
|
|
#define GENERAL_H
|
|
|
|
+void free(void *ptr);
|
|
+
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <math.h>
|