X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftal%2Fstr%2Fstr.h;h=0fe542cf235eeb9c08119f0de14ced6f6050a0ea;hb=6abc867fce8c3eba40eb26092d31e34b47dd9165;hp=f2a694896c6aa89deed462278a70c7aa41307e32;hpb=e7ae27d64226dda9865f1e4b5d9a55adcee04694;p=ccan diff --git a/ccan/tal/str/str.h b/ccan/tal/str/str.h index f2a69489..0fe542cf 100644 --- a/ccan/tal/str/str.h +++ b/ccan/tal/str/str.h @@ -1,8 +1,11 @@ /* Licensed under BSD-MIT - see LICENSE file for details */ #ifndef CCAN_STR_TAL_H #define CCAN_STR_TAL_H +#ifdef TAL_USE_TALLOC +#include +#else #include -#include +#endif #include #include