Missing new common.h files (I should really check missing files before committing)
[awesomized/libmemcached] / lib / common.h
1 /*
2 Common include file for libmemached
3 */
4
5 #include <memcached.h>
6
7 #include <libmemcached_config.h>
8
9 #ifdef HAVE_DTRACE
10 #define _DTRACE_VERSION 1
11 #else
12 #undef _DTRACE_VERSION
13 #endif
14
15 #include "libmemcached_probes.h"