kgoba / ft8_lib

FT8 library
MIT License
201 stars 67 forks source link

Fix compilation on Ubuntu Linux #38

Open kholia opened 8 months ago

kholia commented 8 months ago

Without this change on a Ubuntu 22.04 LTS system running on AMD64:

$ make
...
demo/decode_ft8.c:347:31: error: ‘CLOCK_REALTIME’ undeclared (first use in this function)
  347 |                 clock_gettime(CLOCK_REALTIME, &spec);