mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 07:19:16 -04:00
WSPR Fortran code into a libsdr processing node, allowing to assemble a WSPR receiver for various sources easily. WWW: https://github.com/hmatuschek/sdr-wspr PR: 207381 Submitted by: Jeffrey Baitis <jeff@baitis.net>
10 lines
187 B
C++
10 lines
187 B
C++
--- libwspr/wspr.hh.orig 2015-04-21 14:32:18 UTC
|
|
+++ libwspr/wspr.hh
|
|
@@ -1,6 +1,7 @@
|
|
#ifndef WSPR_HH
|
|
#define WSPR_HH
|
|
|
|
+#include <sys/types.h>
|
|
#include <complex>
|
|
#include <cstdlib>
|
|
|