From cbe6e4b2b52f1d7a8aa31eb76b7a09f43573cb26 Mon Sep 17 00:00:00 2001 From: q66 Date: Thu, 2 Jan 2020 03:33:47 +0100 Subject: [PATCH] tc-play: fix build --- srcpkgs/tc-play/patches/sysmacros.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srcpkgs/tc-play/patches/sysmacros.patch diff --git a/srcpkgs/tc-play/patches/sysmacros.patch b/srcpkgs/tc-play/patches/sysmacros.patch new file mode 100644 index 0000000000..fedfdd6b70 --- /dev/null +++ b/srcpkgs/tc-play/patches/sysmacros.patch @@ -0,0 +1,10 @@ +--- tcplay.c 2020-01-02 03:32:31.615390563 +0100 ++++ tcplay.c 2020-01-02 03:32:45.237882108 +0100 +@@ -30,6 +30,7 @@ + #define _BSD_SOURCE + #include + #include ++#include + + #if defined(__DragonFly__) + #include