~ubuntu-branches/ubuntu/lucid/mythplugins/lucid

« back to all changes in this revision

Viewing changes to mythzoneminder/mythzmserver/main.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2009-08-16 00:44:19 UTC
  • mfrom: (1.1.24 upstream)
  • Revision ID: james.westby@ubuntu.com-20090816004419-ftlyfcl4dh08uwrn
Tags: 0.21.0+fixes212161-0ubuntu1
* New upstream -fixes snapshot (212161)
* debian/rules:
  - Parse svn rev # from debian/changelog

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#include <unistd.h>
19
19
#include <cstdlib>
20
20
#include <cstring>
 
21
#include <cstdio>
21
22
#include <map>
22
23
#include <sys/types.h>
23
24
#include <sys/socket.h>