修正memcpy()未定义错误,加入#include <string.h>

This commit is contained in:
chinky 2017-03-14 00:32:09 +08:00
parent 0c5d8c3f55
commit 083183a010

View File

@ -8,7 +8,7 @@
#include "line.h"
#include "point.h"
#include "vgagl.h"
#include <string.h>
/* Global variables */
GraphicsContext currentcontext;