medfall

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 771d40488392a6cb1b755a45fe664bd992bb7ad0
parent 482cee510a75a6e311706e884dd2ca1da87fe698
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Fri Oct 30 12:30:19 +0000

Fix OS X build

Diffstat:
terrain_manager.cc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/terrain_manager.cc b/terrain_manager.cc @@ -1,4 +1,5 @@ #include <string.h> +#include <err.h> #include "platform_opengl.h" #include <glm/glm.hpp>