You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mxe/src/lzma-1-include-stdio.h.patch

27 lines
653 B

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