repo.or.cz
/
gentoo
/
gentoo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
app-editors/zed: Stabilize 0.165.4 amd64, #948967
[gentoo/gentoo.git]
/
x11-misc
/
bbcd
/
files
/
bbcd-0.3.1-gcc4.3.patch
blob
90c2d4ab8d8ec0e97b495ed8fabc1d18684bc910
1
Add header to be compatible with gcc-4.3 and glibc-2.8.
2
--- bbcd-0.3.1/Image.cc
3
+++ bbcd-0.3.1/Image.cc
4
@@ -29,6 +29,7 @@
5
//# include <stdio.h>
6
//#endif // HAVE_STDIO_H
7
#include <iostream>
8
+#include <cstring>
9
10
#include <algorithm>
11
using std::max;