X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Ftgmath.h;h=503107df91ee8cb752e9a3c050ffcfef18cf4849;hb=e794d9887cd8f94befd7861e39eccf46666c89fe;hp=976715b668b559a05837bb5d20353067f7bc6e7e;hpb=3f035390c831709593428e88bb1c640604434d60;p=pdclib.old diff --git a/includes/tgmath.h b/includes/tgmath.h index 976715b..503107d 100644 --- a/includes/tgmath.h +++ b/includes/tgmath.h @@ -4,12 +4,13 @@ // Public Domain C Library - http://pdclib.sourceforge.net // This code is Public Domain. Use, modify, and redistribute at will. // ---------------------------------------------------------------------------- -// TODO +// Type-generic math // ---------------------------------------------------------------------------- #ifndef __TGMATH_H #define __TGMATH_H __TGMATH_H -// TODO +#include +#include #endif // __TGMATH_H