seppo0010 / rlite

self-contained, serverless, zero-configuration, transactional redis-compatible database engine. rlite is to Redis what SQLite is to SQL.
BSD 2-Clause "Simplified" License
1.06k stars 39 forks source link

Fix for clock support issue #41

Closed quadrismegistus closed 4 years ago

quadrismegistus commented 4 years ago

This PR fixes the clock support issue described here, which gives the error "Error: storage size of ‘tv’ isn’t known". This was preventing compilation on Ubuntu 18.04 (and probably other systems). The fix was discovered in this Stack Overflow comment given for a similar error.