~ubuntu-branches/ubuntu/precise/libffado/precise

« back to all changes in this revision

Viewing changes to src/libutil/serialize_libxml.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Adrian Knoth
  • Date: 2009-06-27 14:55:45 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090627145545-ikyyoc5z1edx148o
Tags: 2.0~rc2+svn1569-2
* Fix FTBS on powerpc (Closes: #534837)
* Fix lintian warning regarding obsolete dh_desktop
* Bump standards version to 3.8.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include "serialize.h"
26
26
 
27
27
#include <cstring>
 
28
#include <cstdio>
28
29
#include <cstdlib>
29
30
 
30
31
using namespace std;