From 831b76ed1dc7a783a4b4ad8de58f2a452ffe676f Mon Sep 17 00:00:00 2001 From: johns <> Date: Sun, 4 Jun 2000 00:20:28 +0000 Subject: [PATCH] Added include for memcpy. --- src/pathfinder/astar.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pathfinder/astar.cpp b/src/pathfinder/astar.cpp index 1de398c16..e6b9cd958 100644 --- a/src/pathfinder/astar.cpp +++ b/src/pathfinder/astar.cpp @@ -22,6 +22,7 @@ #include <stdio.h> #include <stdlib.h> +#include <string.h> #include "freecraft.h" #include "player.h"