This website works better with JavaScript.
Home
Help
Register
Sign In
pd0mz
/
eth_ar
mirror of
http://dmlinking.net/~pe1rxq/eth_ar.git/
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Add missing math.h include
master
Jeroen Vreeken
8 months ago
parent
7baad6d059
commit
99093a42e4
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
freedv_eth_queue.c
+ 1
- 0
freedv_eth_queue.c
View File
@ -20,6 +20,7 @@
#
include
<stdlib.h>
#
include
<stdatomic.h>
#
include
<string.h>
#
include
<math.h>
static
_Atomic
(
struct
tx_packet
*
)
tx_packet_pool
=
NULL
;
Write
Preview
Loading…
Cancel
Save