X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fcommon.h;h=777d21c3cfd85fb0d2ecb136512c9b878aba911a;hb=5e18f5bdda1bebc6e6eef25a37d0a04a30e847af;hp=c59981aab0f0a4a09dfccc4546ff9e6ae33241cd;hpb=28602fd2f5f1c758b50cd82d4545da8e6c55f5c7;p=m6w6%2Flibmemcached diff --git a/libtest/common.h b/libtest/common.h index c59981aa..777d21c3 100644 --- a/libtest/common.h +++ b/libtest/common.h @@ -1,9 +1,8 @@ /* vim:expandtab:shiftwidth=2:tabstop=2:smarttab: - * - * uTest * - * Copyright (C) 2011 Data Differential, http://datadifferential.com/ All - * rights reserved. + * Data Differential YATL (i.e. libtest) library + * + * Copyright (C) 2012 Data Differential, http://datadifferential.com/ * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -34,22 +33,48 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * */ - /* - Common include file for libmemached + Common include file for libtest */ #pragma once -#include - -#include -#include -#include - -#include #include +#include +#include #include #include +#ifdef HAVE_SYS_TYPES_H +#include +#endif + +#ifdef HAVE_SYS_TIME_H +#include +#endif + +#ifdef HAVE_SYS_WAIT_H +#include +#endif + +#ifdef HAVE_SYS_RESOURCE_H +#include +#endif + +#ifdef HAVE_FNMATCH_H +#include +#endif + #include + +#include + +#include +#include +#include +#include + +#include +#include +#include +