void-packages/srcpkgs/tc-play/patches/sysmacros.patch
2020-01-02 18:19:50 +01:00

10 lines
266 B
Diff

--- 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 <sys/types.h>
#include <sys/stat.h>
+#include <sys/sysmacros.h>
#if defined(__DragonFly__)
#include <sys/param.h>