freebsd-ports/audio/zinf/files/patch-ui-zinf-src-ThemeZip.cpp
Kirill Ponomarev 786835fc3e - Update to version 2.2.5
PR:		ports/63004
Submitted by:	Ports Fury
2004-02-18 18:52:52 +00:00

16 lines
440 B
C++

--- ui/zinf/src/ThemeZip.cpp.orig Wed Sep 17 02:36:22 2003
+++ ui/zinf/src/ThemeZip.cpp Mon Feb 16 13:39:03 2004
@@ -21,11 +21,12 @@
$Id: ThemeZip.cpp,v 1.8 2003/09/16 17:36:22 kgk Exp $
____________________________________________________________________________*/
-#include <stdint.h>
#include <time.h>
#include <stdio.h>
#include <ctype.h>
+#if HAVE_STDINT_H
#include <stdint.h>
+#endif
#ifdef WIN32
#include <windows.h>