Re: Does not name a type

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I do not know, you might already know it. Make your header files
multitiple include "friendly". Simply put some preprocessor
directives:

#ifndef __file_1_h_
#define __file_1_h_
/*your declaration and so on...*/

#endif


Arturas Moskvinas


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux