changeset 109:5d9d95530256

target-utils/c139explore/backlight.c: use our own strings.h
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 01 Nov 2016 01:27:48 +0000
parents 2b041d57de1f
children ce636b0ffb3d
files target-utils/c139explore/backlight.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"