~ubuntu-branches/ubuntu/vivid/gsmlib/vivid

« back to all changes in this revision

Viewing changes to gsmlib/gsm_cb.cc

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2003-07-19 15:57:28 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20030719155728-bruh6cu1054ptjq9
Tags: 1.10-5
* Change Section: libdevel
* gsm_unix_serial.cc patch from Daniel Schepler to fix g++-3.3
  compliation. Thanks. (Closes: Bug#195151)

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
#ifdef HAVE_CONFIG_H
14
14
#include <gsm_config.h>
15
15
#endif
16
 
#include <gsm_cb.h>
 
16
#include <gsmlib/gsm_sysdep.h>
 
17
#include <gsmlib/gsm_cb.h>
17
18
#include <gsmlib/gsm_nls.h>
18
19
#include <strstream>
19
20