chiark
/
gitweb
/
~mdw
/
termux-packages
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
vim: Enable cursor shapes
[termux-packages]
/
packages
/
graphviz
/
general-free.patch
1
--- src/lib/sparse/general.h.orig 2016-04-01 08:13:25.222810595 -0700
2
+++ src/lib/sparse/general.h 2016-04-01 08:14:12.770312988 -0700
3
@@ -14,6 +14,8 @@
4
#ifndef GENERAL_H
5
#define GENERAL_H
6
7
+void free(void *ptr);
8
+
9
#include <stdlib.h>
10
#include <stdio.h>
11
#include <math.h>