When trying to compile I am facing the following error:
..: error: storage size of 'PPFila' isn't known
..: error: storage size of 'AUTFila' isn't known
In this line of code
struct Fila PPFila, AUTFila;
The struct
Queue is being in another file queue.c
and I am accessing using #include "Queue.h"