~mordred/libmemcached/fix-weird-link

« back to all changes in this revision

Viewing changes to tests/server.c

  • Committer: brian@gir-2.local
  • Date: 2008-03-10 15:04:41 UTC
  • mto: (317.6.1)
  • mto: This revision was merged to the branch mainline in revision 321.
  • Revision ID: brian@gir-2.local-20080310150441-jyhbjx6bwo46f6tg
Huge refactoring of directory structure.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
#include <string.h>
9
9
#include <time.h>
10
10
#include <assert.h>
11
 
#include <memcached.h>
 
11
#include <libmemcached/memcached.h>
12
12
#include <unistd.h>
13
13
#include "server.h"
14
14