X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Fmemdump.cc;h=bcd277c23ade0b6e5e4884f96562f114cce5f2d1;hb=01f53826c5548c22ee7bd11f0182bd71f8f3264c;hp=fded16f2ae8793e9232ef644cf1f684cb45efc1f;hpb=956d15b5b1f3f3518eb374a3a9e0393e9dacd3b6;p=awesomized%2Flibmemcached diff --git a/clients/memdump.cc b/clients/memdump.cc index fded16f2..bcd277c2 100644 --- a/clients/memdump.cc +++ b/clients/memdump.cc @@ -1,4 +1,5 @@ /* LibMemcached + * Copyright (C) 2011-2012 Data Differential, http://datadifferential.com/ * Copyright (C) 2006-2009 Brian Aker * All rights reserved. * @@ -9,7 +10,7 @@ * */ -#include "config.h" +#include "mem_config.h" #include #include @@ -24,7 +25,7 @@ #include #include -#include +#include #include "client_options.h" #include "utilities.h"