X-Git-Url: https://git.cworth.org/git?p=ttt;a=blobdiff_plain;f=src%2Fx.h;h=58f1297e864ec80e25170b8d57d0b7a902725f20;hp=024d8c283885590596cfe566e6cb70747b23b2b6;hb=c23865689e087ec70e36e13075f997ba39fcda75;hpb=f04f93bc811d1d2f36cf37f4a9e012e8877c744b diff --git a/src/x.h b/src/x.h index 024d8c2..58f1297 100644 --- a/src/x.h +++ b/src/x.h @@ -22,6 +22,8 @@ #ifndef _X_H_ #define _X_H_ +#include "ttt.h" + void xasprintf (char **strp, const char *fmt, ...) TTT_PRINTF_FORMAT(2, 3);