~ubuntu-branches/ubuntu/hardy/arts/hardy

« back to all changes in this revision

Viewing changes to mcop/mcoputils.cc

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-02-14 12:26:34 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20080214122634-ljmz7h8dq5jnuw8g
Tags: 1.5.9-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
#include <errno.h>
33
33
#include <config.h>
34
34
#include <ctype.h>
 
35
#include <cstdlib>
 
36
#include <cstring>
35
37
#include <stdio.h>
36
38
#include <map>
37
39