FreeCalypso > hg > freecalypso-tools
comparison ffstools/caltools/fc-rftab2c.c @ 858:a684dd7799f8
fc-rftab2c.c: missing includes for string functions
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sat, 18 Dec 2021 21:10:49 +0000 |
| parents | 5bcf12be0834 |
| children |
comparison
equal
deleted
inserted
replaced
| 857:7fc16168c3d2 | 858:a684dd7799f8 |
|---|---|
| 17 #include <sys/types.h> | 17 #include <sys/types.h> |
| 18 #include <stdio.h> | 18 #include <stdio.h> |
| 19 #include <stdint.h> | 19 #include <stdint.h> |
| 20 #include <endian.h> | 20 #include <endian.h> |
| 21 #include <stdlib.h> | 21 #include <stdlib.h> |
| 22 #include <string.h> | |
| 23 #include <strings.h> | |
| 22 | 24 |
| 23 u_char binbuf[512]; | 25 u_char binbuf[512]; |
| 24 | 26 |
| 25 static unsigned | 27 static unsigned |
| 26 get_u16(bin) | 28 get_u16(bin) |
