You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-boot/dvhtool/files/dvhtool-1.0.1-debian-xopen_...

12 lines
208 B

diff --git a/dvhlib.c b/dvhlib.c
--- a/dvhlib.c
+++ b/dvhlib.c
@@ -1,6 +1,7 @@
/*
* Disk Volume Header Library
*/
+#define _XOPEN_SOURCE 500
#include <stdio.h>
#include <stdlib.h>
#include <string.h>