From 156527e11ed2e8b92215027a44eedd9ad2fe85f4 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(-) diff --git a/src/strrb.c b/src/strrb.c index a36205ab..a056fcc3 100644 --- a/src/strrb.c +++ b/src/strrb.c @@ -27,7 +27,7 @@ #include #include -#include +#include #include -- cgit v1.2.3