[Pdbg] [PATCH v3 01/11] main: Include string.h for memset
Alistair Popple
alistair at popple.id.au
Thu May 24 17:23:13 AEST 2018
My latest patch to abstract thread status just removed the memset so we can drop
this one :-)
- Alistair
On Thursday, 24 May 2018 3:50:07 PM AEST Amitay Isaacs wrote:
> Signed-off-by: Amitay Isaacs <amitay at ozlabs.org>
> ---
> src/thread.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/src/thread.c b/src/thread.c
> index 0e4627f..f32a437 100644
> --- a/src/thread.c
> +++ b/src/thread.c
> @@ -17,6 +17,7 @@
> #include <inttypes.h>
> #include <stdio.h>
> #include <stdlib.h>
> +#include <string.h>
>
> #include <bitutils.h>
>
>
More information about the Pdbg
mailing list