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

« back to all changes in this revision

Viewing changes to mythzoneminder/mythzmserver/zmserver.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:
17
17
#include <iostream>
18
18
#include <cstdlib>
19
19
#include <cstring>
 
20
#include <cstdio>
20
21
#include <errno.h>
21
22
#include <sys/socket.h>
22
23
#include <fcntl.h>