X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=src%2Fdumpword.c;fp=src%2Fdumpword.c;h=7e7d00a9a6990adef32c9cea6a548c0ceca8dea1;hp=dd49cd5be22d0af4b4b0561bd2a34524a370da3e;hb=9a90bce10b932f8aa7045b9dceb4b99156666920;hpb=9110bf71c8d4f1d1da5327f3afc0d0b1bdab8c02 diff --git a/src/dumpword.c b/src/dumpword.c index dd49cd5..7e7d00a 100644 --- a/src/dumpword.c +++ b/src/dumpword.c @@ -1,6 +1,8 @@ -#include "casl2.h" #define _GNU_SOURCE #include +#include "word.h" +#include "cerr.h" +#include "cmem.h" static struct option longopts[] = { { "arithmetic", no_argument, NULL, 'a' },