Hi,
Problem:
I have two libraries with two different queue implementations. but with same structure name as "queuetype".
Now if I include both of the header files in my code, compilation will go for toss saying "error: conflicting types for 'queuetype' "
I need to include both the files.
How can I resolve this issue??
Thanks in advance.