kopia lustrzana https://github.com/kgoba/ft8_lib
Fix compilation on Ubuntu Linux
Without this change: ``` $ make ... demo/decode_ft8.c:347:31: error: ‘CLOCK_REALTIME’ undeclared (first use in this function) 347 | clock_gettime(CLOCK_REALTIME, &spec); ```pull/38/head
rodzic
50ee0c0636
commit
fc87d96e3b
|
@ -1,3 +1,5 @@
|
|||
#define _POSIX_C_SOURCE 199309L
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
|
Ładowanie…
Reference in New Issue