]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sbar.c
fix several issues with PRVM_64, mostly cleaning up (int) casts
[xonotic/darkplaces.git] / sbar.c
diff --git a/sbar.c b/sbar.c
index fd242066fc8e6759f2418307f301a834f018bbf4..7f75a5d30d9146decf5c365e0972f0ff07bfee50 100644 (file)
--- a/sbar.c
+++ b/sbar.c
@@ -20,7 +20,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 // sbar.c -- status bar code
 
 #include "quakedef.h"
-#include "time.h"
+#include <time.h>
 #include "cl_collision.h"
 #include "csprogs.h"