repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Mon Jan 23 12:00:23 UTC 2012
[aur-mirror.git]
/
djbfft
/
error.h.patch
blob
08e7ad4c471ffa2d7a88e16c7123f307f749c1a4
1
--- error.h 1999-09-30 22:25:58.000000000 +0200
2
+++ error.h 2007-07-08 18:44:35.062957739 +0200
3
@@ -1,7 +1,7 @@
4
#ifndef ERROR_H
5
#define ERROR_H
6
7
-extern int errno;
8
+#include <errno.h>
9
10
extern int error_intr;
11
extern int error_nomem;