~brianaker/libmemcached/1164440

« back to all changes in this revision

Viewing changes to libmemcachedprotocol/handler.c

  • Committer: Continuous Integration
  • Date: 2012-10-25 17:26:38 UTC
  • mfrom: (1086.1.11 libmemcached-1.0)
  • Revision ID: ci@tangent.org-20121025172638-fn8zbjv6trv39s4y
Merge lp:~tangent-org/libmemcached/1.0-build Build: jenkins-Libmemcached-1.0-89

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
#include <ctype.h>
47
47
#include <stdio.h>
48
48
 
 
49
#include <sys/types.h>
 
50
#include <sys/socket.h>
 
51
 
49
52
/*
50
53
** **********************************************************************
51
54
** INTERNAL INTERFACE