From: Holger Schemel Date: Mon, 11 Jun 2018 20:02:30 +0000 (+0200) Subject: fixed compiler warning due to missing function declaration X-Git-Tag: 4.1.1.0~130 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=ba12c58d313b7988a27736ca0e97d96e9f3174dd fixed compiler warning due to missing function declaration --- diff --git a/src/anim.c b/src/anim.c index b6ee0b93..d81a0746 100644 --- a/src/anim.c +++ b/src/anim.c @@ -14,6 +14,7 @@ #include "anim.h" #include "main.h" #include "tools.h" +#include "screens.h" /* values for global toon animation definition */