ryanbinns / ttwatch

Linux TomTom GPS Watch Utilities
MIT License
205 stars 66 forks source link

add string.h to update_gps.c #182

Closed sanderevers closed 10 months ago

sanderevers commented 10 months ago

Don't have any experience with C, but when I tried to make the latest version (on MacOS Monterey) I got an error and the compiler told me to

include the header <string.h> or explicitly provide a declaration for 'strdup'

I did and it worked.

ryanbinns commented 10 months ago

Thanks!