MEGA65 / m65dbg

An enhanced remote serial debugger/monitor for the mega65 project
GNU General Public License v3.0
13 stars 16 forks source link

didn't compile on debian 8, fixed that #16

Closed SvOlli closed 8 years ago

SvOlli commented 8 years ago

Some C functions needed the macro _BSD_SOURCE define, or else some headers will not include all prototypes needed. Also the language must be set to C99.