diff options
author | Bruno Haible <bruno@clisp.org> | 2006-10-30 12:31:40 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:14:17 +0200 |
commit | 58197c3268a119eb48bcd1ec0363f7b94f804a24 (patch) | |
tree | 1bf8f071ee472ce48ea324cf08ea11a6ec794b05 /gettext-tools/src/x-tcl.c | |
parent | 37c04f169c2f013c0828caaf5447890d5ca4b48c (diff) | |
download | external_gettext-58197c3268a119eb48bcd1ec0363f7b94f804a24.zip external_gettext-58197c3268a119eb48bcd1ec0363f7b94f804a24.tar.gz external_gettext-58197c3268a119eb48bcd1ec0363f7b94f804a24.tar.bz2 |
Make the x-*.h files real specification headers.
Diffstat (limited to 'gettext-tools/src/x-tcl.c')
-rw-r--r-- | gettext-tools/src/x-tcl.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gettext-tools/src/x-tcl.c b/gettext-tools/src/x-tcl.c index 301467b..9e09a06 100644 --- a/gettext-tools/src/x-tcl.c +++ b/gettext-tools/src/x-tcl.c @@ -21,6 +21,9 @@ # include "config.h" #endif +/* Specification. */ +#include "x-tcl.h" + #include <assert.h> #include <errno.h> #include <limits.h> |