search for: 06a4101

Displaying 1 result from an estimated 1 matches for "06a4101".

Did you mean: 04101
2007 Oct 11
0
2 commits - libswfdec/swfdec_text_format.c libswfdec/swfdec_xml.c libswfdec/swfdec_xml.h
...eletions(-) New commits: diff-tree 2adb53ebb5ba9d6dbe8993ab64f70f6fad919895 (from 90c5b254605f93fe97116e5032627075a1013957) Author: Benjamin Otte <otte at gnome.org> Date: Thu Oct 11 23:23:08 2007 +0200 make PPC happy diff --git a/libswfdec/swfdec_xml.c b/libswfdec/swfdec_xml.c index 06a4101..253d07f 100644 --- a/libswfdec/swfdec_xml.c +++ b/libswfdec/swfdec_xml.c @@ -21,6 +21,7 @@ #include "config.h" #endif +#include <math.h> #include <string.h> #include "swfdec_xml.h" @@ -320,6 +321,8 @@ static void swfdec_xml_set_status (SwfdecAsContext *cx,...