Add an exception class for tossing resource error.
[awesomized/libmemcached] / example / memcached_light.c
index 6a87ff1917ace469f334c7fc62be6139e3a3bf5d..c064e5199efff18a16635bbc07f477d6e9e78743 100644 (file)
 #include <string.h>
 #include <event.h>
 
-#include <libmemcached/protocol_handler.h>
-#include <libmemcached/byteorder.h>
-#include "storage.h"
-#include "memcached_light.h"
+#include <libmemcachedprotocol-0.0/handler.h>
+#include <libmemcached/socket.hpp>
+#include <example/byteorder.h>
+#include "example/storage.h"
+#include "example/memcached_light.h"
 
 extern memcached_binary_protocol_callback_st interface_v0_impl;
 extern memcached_binary_protocol_callback_st interface_v1_impl;