chevil / raop2_play

updated and fixed raop_play ( http://raop-play.sourceforge.net/ ) for newer airports
10 stars 7 forks source link

Fix systems where unsigned long long isn't uint64 #3

Closed LinusU closed 5 years ago

LinusU commented 5 years ago

Fixes the following build error:

raop_client.c: At top level:
raop_client.c:400:10: error: conflicting types for 'calculate_timestamp'
 uint64_t calculate_timestamp(struct timeval *tv) {
          ^~~~~~~~~~~~~~~~~~~
In file included from raop_client.c:39:0:
raop_client.h:52:20: note: previous declaration of 'calculate_timestamp' was here
 unsigned long long calculate_timestamp(struct timeval *tv);
                    ^~~~~~~~~~~~~~~~~~~