You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
278 B
11 lines
278 B
--- 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>
|
|
|