X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=clients%2Fmemflush.cc;h=67df7c7ab5bfe4fcd871a077e7c039024f4fe47b;hb=c2c9d14f605d54ec6e7d24551fdfa2ceee7d7258;hp=81bb2574f27190e64a1d6dba4ddcaa8623ec33cb;hpb=956d15b5b1f3f3518eb374a3a9e0393e9dacd3b6;p=awesomized%2Flibmemcached diff --git a/clients/memflush.cc b/clients/memflush.cc index 81bb2574..67df7c7a 100644 --- a/clients/memflush.cc +++ b/clients/memflush.cc @@ -1,4 +1,5 @@ /* LibMemcached + * Copyright (C) 2011-2012 Data Differential, http://datadifferential.com/ * Copyright (C) 2006-2009 Brian Aker * All rights reserved. * @@ -8,7 +9,7 @@ * Summary: * */ -#include "config.h" +#include "mem_config.h" #include #include @@ -16,7 +17,7 @@ #include #include -#include +#include #include "client_options.h" #include "utilities.h"