cad/atlc: fix build with recent current

This commit is contained in:
Tobias C. Berner 2020-08-27 19:13:24 +00:00
parent 11c6446422
commit a602635574
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546670

View File

@ -0,0 +1,11 @@
--- src/atlc.c.orig 2020-08-27 19:12:32 UTC
+++ src/atlc.c
@@ -68,7 +68,7 @@ struct pixels Er_in_bitmap[MAX_DIFFERENT_PERMITTIVITIE
double **Vij;
double **Er;
-unsigned char **oddity;
+extern unsigned char **oddity;
unsigned char **cell_type;
unsigned char *image_data;
int width=-1, height=-1;