mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
f146dd6db4
Change home of project PR: 86554 Submitted by: Jonathan <afarsec@012.net.il> Approved by: pav (mentor), natey@natey.com (maintainer)
12 lines
206 B
C
12 lines
206 B
C
--- lzfu.c.orig Mon Sep 26 17:26:39 2005
|
|
+++ lzfu.c Mon Sep 26 17:26:58 2005
|
|
@@ -16,7 +16,7 @@
|
|
#include <stdio.h>
|
|
|
|
#ifndef _MSC_VER
|
|
-#include <stdint.h>
|
|
+#include <inttypes.h>
|
|
#endif
|
|
|
|
#ifdef _MSC_VER
|