projects
/
goodguy
/
history.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add lv2 plugin interface
[goodguy/history.git]
/
cinelerra-5.1
/
thirdparty
/
src
/
djbfft-0.76.patch1
1
diff -u djbfft-0.76.orig/error.h djbfft-0.76/error.h
2
--- djbfft-0.76.orig/error.h 2014-07-20 12:25:48.000000000 -0600
3
+++ djbfft-0.76/error.h 2016-07-01 13:37:59.303921704 -0600
4
@@ -1,7 +1,7 @@
5
#ifndef ERROR_H
6
#define ERROR_H
7
8
-extern int errno;
9
+#include <errno.h>
10
11
extern int error_intr;
12
extern int error_nomem;