File: g%2B%2B4.3_fix.patch

package info (click to toggle)
funguloids 1.06-16
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 21,348 kB
  • sloc: cpp: 5,081; ansic: 3,285; python: 207; makefile: 154
file content (14 lines) | stat: -rw-r--r-- 382 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Andres Mejia <mcitadel@gmail.com>
Description: Fix for compiling with g++4.3
Bug-Debian: http://bugs.debian.org/482649
Forwarded: http://funguloids.sourceforge.net/files/funguloids-patches.tar.bz2
--- a/src/mp3stream.cpp
+++ b/src/mp3stream.cpp
@@ -35,6 +35,7 @@
 #include <sys/stat.h>
 #include <sstream>
 #include "Ogre.h"
+#include <limits.h>
 
 #include "mp3stream.h"