blob: b2c5f029d72b325ea4988ec42e1fda8ea0642278 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
http://bugs.gentoo.org/262286
--- lzip-1.4/decoder.cc
+++ lzip-1.4/decoder.cc
@@ -22,6 +22,7 @@
#include <cstring>
#include <string>
#include <vector>
+#include <cstdio>
#include <stdint.h>
#include "lzip.h"
--- lzip-1.4/lziprecover.cc
+++ lzip-1.4/lziprecover.cc
@@ -28,6 +28,7 @@
#include <cstring>
#include <string>
#include <vector>
+#include <cstdio>
#include <fcntl.h>
#include <stdint.h>
#include <unistd.h>
|