Merge pull request #504 from runlevel5/gcc10-fix

Fix multiple definitions for GCC10
This commit is contained in:
Eldred Habert
2020-04-07 15:18:23 +02:00
committed by GitHub
4 changed files with 5 additions and 3 deletions

View File

@@ -83,7 +83,7 @@ struct Mapfile {
int size;
};
int depth, colors;
extern int depth, colors;
#include "gfx/makepng.h"
#include "gfx/gb.h"