diff options
Diffstat (limited to 'awk.h')
-rw-r--r-- | awk.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -901,6 +901,7 @@ extern struct lconv loc; #endif /* HAVE_LOCALE_H */ extern const char *myname; +extern const char def_strftime_format[]; extern char quote; extern char *defpath; |