# HG changeset patch # User Mychaela Falconia <falcon@freecalypso.org> # Date 1477963668 0 # Node ID 5d9d955302562f370e8cd6e8c66051bca4752be5 # Parent 2b041d57de1f392d17457a43de6745fbaf57a182 target-utils/c139explore/backlight.c: use our own strings.h diff -r 2b041d57de1f -r 5d9d95530256 target-utils/c139explore/backlight.c --- a/target-utils/c139explore/backlight.c Tue Nov 01 01:12:00 2016 +0000 +++ b/target-utils/c139explore/backlight.c Tue Nov 01 01:27:48 2016 +0000 @@ -1,5 +1,5 @@ #include <sys/types.h> -#include <string.h> +#include <strings.h> #include "types.h" #include "abbdefs.h"