Commit 0c67372
scp: fix build with gcc >= 14.x
Fixes build errors seen with gcc 14.x:
src/scp.c: In function ‘sink’:
src/scp.c:1214:32: error: implicit declaration of function ‘ascii_isdigit’
[-Wimplicit-function-declaration]
src/scp.c: In function ‘okname’:
src/scp.c:1501:22: error: implicit declaration of function ‘ascii_isalpha’
[-Wimplicit-function-declaration]
Patch provided by SVoxel: #473
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>1 parent 7244268 commit 0c67372
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
| |||
0 commit comments