[Super-tux-commit] supertux/lib/app tinygettext.cpp,1.3,1.4
Brought to you by:
wkendrick
From: Matze B. <mat...@us...> - 2004-11-25 13:16:17
|
Update of /cvsroot/super-tux/supertux/lib/app In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24663/lib/app Modified Files: tinygettext.cpp Log Message: added missing time calculation to slopes Index: tinygettext.cpp =================================================================== RCS file: /cvsroot/super-tux/supertux/lib/app/tinygettext.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- tinygettext.cpp 24 Nov 2004 23:10:01 -0000 1.3 +++ tinygettext.cpp 25 Nov 2004 13:15:56 -0000 1.4 @@ -16,6 +16,7 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +#include <config.h> #include <sys/types.h> #include <iconv.h> |