Create version 1.0 directory structure.
[m6w6/libmemcached] / example / interface_v0.c
index 1a847ccf111f819e44be76a62ce3312651028423..37c8a79a4a8755d3a0b34110d561192bea0caaa3 100644 (file)
 #include <stdlib.h>
 #include <string.h>
 
-#include <libmemcached/protocol_handler.h>
+#include <libmemcachedprotocol-0.0//protocol_handler.h>
 #include <example/byteorder.h>
-#include "storage.h"
-#include "memcached_light.h"
+#include "example/storage.h"
+#include "example/memcached_light.h"
 
 static protocol_binary_response_status noop_command_handler(const void *cookie,
                                                             protocol_binary_request_header *header,