~ubuntu-branches/ubuntu/trusty/xprobe/trusty

« back to all changes in this revision

Viewing changes to libs-external/USI++/src/ip.cc

  • Committer: Bazaar Package Importer
  • Author(s): Luk Claes
  • Date: 2008-03-15 21:37:25 UTC
  • mfrom: (4.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080315213725-bp0c02dzwsldktxr
Tags: 0.3-1.1
* Non-maintainer upload.
* Fix FTBFS with GCC 4.3 (Closes: #417779).

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
#include "usi++/ip.h"
14
14
 
15
15
#include "config.h"
 
16
#include <cstdlib>
16
17
#include <iostream>
17
18
#include <string.h>
18
19
#include <errno.h>