From 6396230c60c52e81d8366f7ca2772fc8d8e9214a Mon Sep 17 00:00:00 2001 From: Kp Date: Sun, 14 Jul 2013 03:10:18 +0000 Subject: [PATCH] Include physfs.h to define PHYSFS_File for player_ship_read --- main/player.h | 1 + 1 file changed, 1 insertion(+) diff --git a/main/player.h b/main/player.h index 901d6f4b9..ece974298 100644 --- a/main/player.h +++ b/main/player.h @@ -20,6 +20,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. #ifndef _PLAYER_H #define _PLAYER_H +#include #include "inferno.h" #include "fix.h" #include "vecmat.h"