X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=test%2Funit%2Fopdtok%2Fcmd.c;h=7b30eb6baf44bed8d6949b653f59db2b9d617e3d;hb=2dbdf22e484f01e297e5bddb10087375a1fc5729;hp=bad4603d221ee29618f56b88b512459575e5c3f6;hpb=9110bf71c8d4f1d1da5327f3afc0d0b1bdab8c02;p=YACASL2.git diff --git a/test/unit/opdtok/cmd.c b/test/unit/opdtok/cmd.c index bad4603..7b30eb6 100644 --- a/test/unit/opdtok/cmd.c +++ b/test/unit/opdtok/cmd.c @@ -1,5 +1,8 @@ -#include "casl2.h" +#include #include "assemble.h" +#include "cerr.h" + +OPD *opdtok(const char *str); int main(){ int i, j;