freebsd-ports/audio/zinf/files/patch-ui-zinf-include-PixFontControl.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
300 B
C++

--- ui/zinf/include/PixFontControl.h.orig Thu Feb 13 21:21:37 2003
+++ ui/zinf/include/PixFontControl.h Mon Aug 18 17:37:47 2003
@@ -32,7 +32,10 @@
#pragma warning(disable:4786)
#endif
+#include <inttypes.h>
+#if HAVE_STDINT_H
#include <stdint.h>
+#endif
#include <string>
#include <vector>