mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 04:49:17 -04:00
Change home of project PR: 86554 Submitted by: Jonathan <afarsec@012.net.il> Approved by: pav (mentor), natey@natey.com (maintainer)
11 lines
206 B
C
11 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
|