clbr / radeontop

GNU General Public License v3.0
808 stars 70 forks source link

Missing header file in dump.c #3

Closed mrueg closed 12 years ago

mrueg commented 12 years ago

Please add the following to dump.c

include

It is needed for this:

setlocale(LC_NUMERIC, "C");

clbr commented 12 years ago

Fixed in master, thanks for reporting.