Re: size_t problem in include files

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

 



Hi Tahir,

Put this line near the top of your header file section in your C source code:
#include <stddef.h>

Note, I am surprised that the C header files unistd.h and string.h are not including stddef.h already.

HTH,
--Eljay


[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