Kill 2 undefined function warnings.

This commit is contained in:
2003-03-24 15:05:51 +00:00
parent 1f3f52f5e4
commit 2aad6b3321
2 changed files with 2 additions and 0 deletions

View File

@@ -37,6 +37,7 @@
*/ */
#include <stdlib.h> #include <stdlib.h>
#include <string.h> /* memcpy */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>

View File

@@ -163,6 +163,7 @@ static void print_help(void)
#endif #endif
} }
double PIL_check_seconds_timer(void); double PIL_check_seconds_timer(void);
extern void winlay_get_screensize(int *width_r, int *height_r);
int main(int argc, char **argv) int main(int argc, char **argv)
{ {
int a, i, stax, stay, sizx, sizy; int a, i, stax, stay, sizx, sizy;