Added include for memcpy.

This commit is contained in:
johns 2000-06-04 00:20:28 +00:00
parent cef7351933
commit 831b76ed1d

View file

@ -22,6 +22,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "freecraft.h"
#include "player.h"