vty/vector.c: Use string.h, not memory.h

This commit is contained in:
Harald Welte 2014-03-11 10:47:08 +01:00 committed by Holger Hans Peter Freyther
parent 78a870ed0f
commit 20144f7bc5
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
#include <osmocom/vty/vector.h>
#include <osmocom/vty/vty.h>
#include <osmocom/core/talloc.h>
#include <memory.h>
#include <string.h>
void *tall_vty_vec_ctx;