ports/comms/sdr-wspr/files/patch-libwspr_wspr.hh
Diane Bruce ee082fbd54 A WSPR receiver/decoder using libsdr. This implementation embeds the original
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>
2016-03-19 19:53:02 +00:00

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>