| b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 1 | --- a/src/include/atmd.h |
| 2 | +++ b/src/include/atmd.h | ||||
| 3 | @@ -10,6 +10,7 @@ | ||||
| 4 | |||||
| 5 | #include <stdint.h> | ||||
| 6 | #include <stdio.h> | ||||
| 7 | +#include <string.h> | ||||
| 8 | #include <sys/types.h> | ||||
| 9 | #include <sys/time.h> | ||||
| 10 | |||||
| 11 | --- a/src/lib/unix.c | ||||
| 12 | +++ b/src/lib/unix.c | ||||
| 13 | @@ -8,6 +8,7 @@ | ||||
| 14 | |||||
| 15 | #include <stdlib.h> | ||||
| 16 | #include <stdio.h> | ||||
| 17 | +#include <string.h> | ||||
| 18 | #include <unistd.h> | ||||
| 19 | #include <errno.h> | ||||
| 20 | #include <sys/types.h> | ||||
| 21 | --- a/src/sigd/kernel.c | ||||
| 22 | +++ b/src/sigd/kernel.c | ||||
| 23 | @@ -8,6 +8,7 @@ | ||||
| 24 | |||||
| 25 | #include <stdlib.h> | ||||
| 26 | #include <stdio.h> | ||||
| 27 | +#include <string.h> | ||||
| 28 | #include <errno.h> | ||||
| 29 | #include <assert.h> | ||||
| 30 | |||||