void-packages/srcpkgs/tc-play/patches/sysmacros.patch

11 lines
266 B
Diff
Raw Normal View History

2020-01-02 02:33:47 +00:00
--- 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>