semver: 1.0 -> 1
[awesomized/libmemcached] / example / interface_v1.cc
index 8afe12a3903ede6abf7df54490705b9fd3808246..e0a38355971c2aa756b88b7cf044edba814407c3 100644 (file)
@@ -8,7 +8,7 @@
  * you will not receive the next command before a answer to the previous
  * command is being sent.
  */
-#include "config.h"
+#include "mem_config.h"
 
 #include <cassert>
 #include <cerrno>
 #include <cstring>
 #include <fcntl.h>
 #include <sys/types.h>
-#include <unistd.h>
-
-#include <libmemcachedprotocol-0.0/handler.h>
+#if HAVE_UNISTD_H
+#  include <unistd.h>
+#endif
+#include <libmemcachedprotocol-0/handler.h>
 #include <example/byteorder.h>
 #include "example/memcached_light.h"
 #include "example/storage.h"