Ploty compile error on Galileo.. avr/dtostrf.h not found.

Hello.

Got a new Intel Galileo board I'm tinkering with tonite.. Trying to use the ethernet capability to send some data to their site to plot. I'm getting a compile error. See below..

C:\arduino-1.5.3\libraries\plotly_ethernet\plotly_ethernet.cpp:1:25: fatal error: avr/dtostrf.h: No such file or directory
compilation terminated.

The call in plotly_ethernet.cpp is #include <avr/dtostrf.h>

Is there a separate library I need to locate and install to make this work?

Thanks!
Russ

Not sure if it is a "library" ( a word with vague and semi-contradictory meanings ), but you certainly need that dstrof.h file, wherever it may be.