strrb.c: Use string.h, not strings.h

Not all systems have strings.h
This commit is contained in:
Harald Welte 2014-03-10 18:12:17 +01:00 committed by Holger Hans Peter Freyther
parent 9e166e8e08
commit b592ab71a7
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
#include <stdio.h>
#include <string.h>
#include <strings.h>
#include <string.h>
#include <osmocom/core/strrb.h>