~ubuntu-branches/ubuntu/quantal/recoll/quantal

« back to all changes in this revision

Viewing changes to utils/netcon.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Kartik Mistry
  • Date: 2011-06-15 09:20:20 UTC
  • mfrom: (1.3.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20110615092020-gkauqeqlgiw4pju4
Tags: 1.15.9-1
* New upstream release:
  + Dropped patch 02_recoll_staticfix_626882.diff, merged upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
888
888
#include <stdlib.h>
889
889
#include <unistd.h>
890
890
#include <signal.h>
 
891
#include <string.h>
891
892
 
892
893
#include "debuglog.h"
893
894
#include "netcon.h"