buffering.c: Patch up some straggling strlcpy warnings

Originating from 3661581

Some build clients finding their "standard" string.h's that don't declare
strlcpy?

Change-Id: I50d19c7cecf5ae96ee1855f77d3c2e1f42620108
This commit is contained in:
Michael Sevakis 2014-04-03 18:49:16 -04:00
parent 580104db4d
commit 8375b691e6

View file

@ -20,6 +20,7 @@
****************************************************************************/
#include "config.h"
#include <string.h>
#include "strlcpy.h"
#include "system.h"
#include "storage.h"
#include "thread.h"