~ubuntu-branches/ubuntu/precise/4g8/precise

« back to all changes in this revision

Viewing changes to src/main.h

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Hermann
  • Date: 2007-08-29 12:15:34 UTC
  • Revision ID: james.westby@ubuntu.com-20070829121534-fdcgbfplhypa1mxy
Tags: 1.0-1ubuntu1
* debian/control:
  - Changed Maintainer to Ubuntu MOTU, moved original maintainer line to
    XSBC-Orig-Maintainer
* src/main.h + src/globals.h:
  - changed net/bpf.h with pcap-bpf.h to fix ftbfs (LP: #135504)

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include <libnet.h>
27
27
#include <pcap.h>
28
28
#include <sys/types.h>
29
 
#include <net/bpf.h>
 
29
#include <pcap-bpf.h>
30
30
#include <signal.h>
31
31
#include <time.h>
32
32
#include <stdio.h>