~ubuntu-branches/ubuntu/hardy/gsmlib/hardy

« back to all changes in this revision

Viewing changes to gsmlib/gsm_me_ta.cc

  • Committer: Bazaar Package Importer
  • Author(s): Albin Tonnerre
  • Date: 2007-12-12 00:45:00 UTC
  • Revision ID: james.westby@ubuntu.com-20071212004500-u5uylu1048o2lwc8
Tags: 1.10-12ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - [debian/gsm-utils.postinst, debian/gsm-utils.init]
    Create /var/run/gsm-utils if it does not exist
  - Actually fix the init script (debian #377448)
  - Set Ubuntu maintainer adress.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#include <gsmlib/gsm_parser.h>
20
20
#include <gsmlib/gsm_sysdep.h>
21
21
 
 
22
#include <cstdlib>
 
23
 
22
24
using namespace std;
23
25
using namespace gsmlib;
24
26