FreeCalypso > hg > gsm-codec-lib
changeset 563:a563c7b17e16
hrutil/cod-parse.c: forgot extern int optind
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 12 Feb 2025 00:32:35 +0000 |
parents | 901753f59f88 |
children | 30c57cf6e87d |
files | hrutil/cod-parse.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/hrutil/cod-parse.c Wed Feb 12 00:17:56 2025 +0000 +++ b/hrutil/cod-parse.c Wed Feb 12 00:32:35 2025 +0000 @@ -21,6 +21,7 @@ unsigned frame_no; int16_t params[GSMHR_NUM_PARAMS_ENC]; int opt, rc; + extern int optind; big_endian = is_native_big_endian(); while ((opt = getopt(argc, argv, "bl")) != EOF) {