====== GNU C compiler: Adding #include statements ====== recently, g++ has stopped to include some standard headers automatically. To make old code compile again, just include those headers manually. But: which ones do we need? **NOTE:** ''
'' is usually different from '''' ! #include // strcmp(), strstr(), strlen(), memcpy(), memset() #include // uint32_t, uint16_t, uint8_t #include // malloc(), free(), abort(), atoi(), atol() #include // uint, ulong