freebsd-ports/audio/zinf/files/patch-base-unix-include-win32impl.h
Edwin Groothuis e95a885a95 Update port: audio/zinf to 2.2.4
- Update to version 2.2.4

PR:		ports/57001
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-09-27 03:59:35 +00:00

13 lines
321 B
C

--- base/unix/include/win32impl.h.orig Thu Feb 6 02:52:42 2003
+++ base/unix/include/win32impl.h Mon Aug 18 17:36:37 2003
@@ -24,7 +24,10 @@
#ifndef INCLUDED_WIN32IMPL_H_
#define INCLUDED_WIN32IMPL_H_
+#include <inttypes.h>
+#if HAVE_STDINT_H
#include <stdint.h>
+#endif
#include <limits.h>
#include "config.h"