Fix #116 add configure.h for libmemcachedprotocol
[awesomized/libmemcached] / include / libmemcachedprotocol-0.0 / handler.h
index daf7d68d04df540ef4fe4357932927921986d02f..3b576d0205eff072f6580f4fd710f43d7a1fff85 100644 (file)
@@ -9,12 +9,13 @@
     | the terms online at: https://opensource.org/licenses/BSD-3-Clause  |
     +--------------------------------------------------------------------+
     | Copyright (c) 2006-2014 Brian Aker   https://datadifferential.com/ |
-    | Copyright (c) 2020 Michael Wallner   <mike@php.net>                |
+    | Copyright (c) 2020-2021 Michael Wallner        https://awesome.co/ |
     +--------------------------------------------------------------------+
 */
 
 #pragma once
 
+#include "libmemcachedprotocol-0.0/configure.h"
 #include <sys/types.h>
 #ifndef HAVE_SSIZE_T
 typedef long int ssize_t;