fix includes
[awesomized/libmemcached] / src / libmemcached / result.cc
index 6fa507b28e60bf541105cee7ec34c82c7040e3aa..7f2300cfce755c50307836eedb9c5e81cb1f2028 100644 (file)
@@ -42,7 +42,7 @@
   to memcached we will be able to absorb new attributes without having
   to addjust the entire API.
 */
-#include <libmemcached/common.h>
+#include "libmemcached/common.h"
 
 static inline void _result_init(memcached_result_st *self,
                                 Memcached *memc)