Add an exception class for tossing resource error.
[awesomized/libmemcached] / example / memcached_light.c
index ed89286187ba684bef47bfe7bac2baac04f59ac4..c064e5199efff18a16635bbc07f477d6e9e78743 100644 (file)
 #include <event.h>
 
 #include <libmemcachedprotocol-0.0/handler.h>
+#include <libmemcached/socket.hpp>
 #include <example/byteorder.h>
-#include "storage.h"
-#include "memcached_light.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;