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:
parent
580104db4d
commit
8375b691e6
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
****************************************************************************/
|
||||
#include "config.h"
|
||||
#include <string.h>
|
||||
#include "strlcpy.h"
|
||||
#include "system.h"
|
||||
#include "storage.h"
|
||||
#include "thread.h"
|
||||
|
|
Loading…
Reference in a new issue