diff options
author | Bruno Haible <bruno@clisp.org> | 2001-09-22 14:47:50 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2001-09-22 14:47:50 +0000 |
commit | 31ee5d561790ff5c148a7afb17b73d4d4ed1ca95 (patch) | |
tree | 45dde59c14c77113fc5161df0f4471151cea7ea8 /src/open-po.h | |
parent | fdb5271b8f40aa2ab6edf48086824c56b4808a78 (diff) | |
download | external_gettext-31ee5d561790ff5c148a7afb17b73d4d4ed1ca95.zip external_gettext-31ee5d561790ff5c148a7afb17b73d4d4ed1ca95.tar.gz external_gettext-31ee5d561790ff5c148a7afb17b73d4d4ed1ca95.tar.bz2 |
Include specification .h file in implementation .c file.
Diffstat (limited to 'src/open-po.h')
-rw-r--r-- | src/open-po.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/open-po.h b/src/open-po.h index 8ce0f87..556168a 100644 --- a/src/open-po.h +++ b/src/open-po.h @@ -18,6 +18,8 @@ #ifndef _OPEN_PO_H #define _OPEN_PO_H +#include <stdio.h> + /* Open the input file with the name INPUT_NAME. The ending .po is added if necessary. If INPUT_NAME is not an absolute file name and the file is not found, the list of directories in "dir-list.h" is searched. The |