# HG changeset patch # User nenolod # Date 1131062931 28800 # Node ID bf1957fb8588524adce08feae0bdee340bbae374 # Parent 9d6a24d21322740ffb96b659dc7d8176d7a8b793 [svn] linux fix care of atheme IRC services :P diff -r 9d6a24d21322 -r bf1957fb8588 Plugins/Input/console/boost/cstdint.hpp --- a/Plugins/Input/console/boost/cstdint.hpp Thu Nov 03 14:17:02 2005 -0800 +++ b/Plugins/Input/console/boost/cstdint.hpp Thu Nov 03 16:08:51 2005 -0800 @@ -4,6 +4,8 @@ #ifndef BOOST_CSTDINT_HPP #define BOOST_CSTDINT_HPP +#ifndef int32_t + #if BLARGG_USE_NAMESPACE #include #else @@ -40,3 +42,5 @@ #endif +#endif +