Apparently some builds still need string.h in buffering.c

Change-Id: I99b90ab7e5b7d074b1d2d1de72267f9f2eea975b
This commit is contained in:
Michael Sevakis 2014-04-02 21:03:30 -04:00
parent 36615815bf
commit f9d60e14c9

View file

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