Apparently some builds still need string.h in buffering.c
Change-Id: I99b90ab7e5b7d074b1d2d1de72267f9f2eea975b
This commit is contained in:
parent
36615815bf
commit
f9d60e14c9
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
#include <string.h>
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
#include "storage.h"
|
#include "storage.h"
|
||||||
#include "thread.h"
|
#include "thread.h"
|
||||||
|
|
Loading…
Reference in a new issue