diff options
Diffstat (limited to 'src/tool/tool.c')
| -rw-r--r-- | src/tool/tool.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/tool/tool.c b/src/tool/tool.c index dbdb49a2..ef3fb5d7 100644 --- a/src/tool/tool.c +++ b/src/tool/tool.c @@ -7,13 +7,15 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * Please read the file COPYING, README and AUTHORS for more information. - * - * Tool functions */ - #include "portab.h" +/** + * @file + * Tool functions + */ + #include "imp.h" #include <assert.h> #include <ctype.h> |