summaryrefslogtreecommitdiffstats
path: root/src/lzma-1-include-stdio.h.patch
blob: f560fc46481fcfa1b1ed85aecafe4d57fd62c9b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
This file is part of MXE. See LICENSE.md for licensing information.

From dd3c0c213571d2ff8acbb3b19966cfa4d6bff3cc Mon Sep 17 00:00:00 2001
From: Boris Nagaev <bnagaev@gmail.com>
Date: Sun, 30 Aug 2015 14:26:24 +0200
Subject: [PATCH] include stdio.h

---
 CPP/7zip/Common/FileStreams.cpp |    1 +
 1 file changed, 1 insertion(+)

diff --git a/CPP/7zip/Common/FileStreams.cpp b/CPP/7zip/Common/FileStreams.cpp
index de49911..7609c56 100755
--- a/CPP/7zip/Common/FileStreams.cpp
+++ b/CPP/7zip/Common/FileStreams.cpp
@@ -1,6 +1,7 @@
 // FileStreams.cpp
 
 #include "StdAfx.h"
+#include <stdio.h>
 
 #ifndef _WIN32
 #include <fcntl.h>
-- 
1.7.10.4