forked from github/server
fix gcc build
This commit is contained in:
parent
0eaa750ef4
commit
3cc719ba93
|
@ -28,6 +28,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <errno.h>
|
||||||
|
|
||||||
int read_attribs(gamedata *data, attrib **alist, void *owner) {
|
int read_attribs(gamedata *data, attrib **alist, void *owner) {
|
||||||
int result;
|
int result;
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
#include <memstream.h>
|
#include <memstream.h>
|
||||||
#include <CuTest.h>
|
#include <CuTest.h>
|
||||||
#include <tests.h>
|
#include <tests.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
static void test_attrib_new(CuTest * tc)
|
static void test_attrib_new(CuTest * tc)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue