Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/C/Alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'C/Alloc.c')
-rw-r--r--[-rwxr-xr-x]C/Alloc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/C/Alloc.c b/C/Alloc.c
index 358a7b52..a9a69575 100755..100644
--- a/C/Alloc.c
+++ b/C/Alloc.c
@@ -1,7 +1,7 @@
/* Alloc.c -- Memory allocation functions
-2008-09-24
-Igor Pavlov
-Public domain */
+2013-11-12 : Igor Pavlov : Public domain */
+
+#include "Precomp.h"
#ifdef _WIN32
#include <windows.h>