From b592ab71a7e3d49d62ea986401f0902953375057 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 10 Mar 2014 18:12:17 +0100 Subject: strrb.c: Use string.h, not strings.h Not all systems have strings.h --- src/strrb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/strrb.c b/src/strrb.c index 972d1300..8f925bd3 100644 --- a/src/strrb.c +++ b/src/strrb.c @@ -27,7 +27,7 @@ #include #include -#include +#include #include -- cgit v1.2.3