~brianaker/libmemcached/pushtest

« back to all changes in this revision

Viewing changes to libmemcached-1.0/t/c_sasl_test.c

  • 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:
44
44
#include <sasl/sasl.h>
45
45
#endif
46
46
 
47
 
#include <libmemcached/memcached.h>
 
47
#include <libmemcached-1.0/memcached.h>
48
48
 
49
49
int main(void)
50
50
{