~brianaker/libmemcached/pushtest

« back to all changes in this revision

Viewing changes to clients/memrm.cc

  • Committer: Brian Aker
  • Date: 2012-10-13 11:28:52 UTC
  • mto: This revision was merged to the branch mainline in revision 1080.
  • Revision ID: brian@tangent.org-20121013112852-ebfvxrvqbyj2g2ri
Fix all include location, and drop versions of the library that were never shipped.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* LibMemcached
 
2
 * Copyright (C) 2011-2012 Data Differential, http://datadifferential.com/
2
3
 * Copyright (C) 2006-2009 Brian Aker
3
4
 * All rights reserved.
4
5
 *
16
17
#include <iostream>
17
18
#include <unistd.h>
18
19
 
19
 
#include <libmemcached/memcached.h>
 
20
#include <libmemcached-1.0/memcached.h>
20
21
#include "client_options.h"
21
22
#include "utilities.h"
22
23