op-packages/dhrystone/patches/001-fix-missing-include.patch
github-actions[bot] 32600acc60 🌴 Sync 2026-03-05 23:51:42
2026-03-05 23:51:42 +08:00

11 lines
203 B
Diff

--- a/src/dhry1.c
+++ b/src/dhry1.c
@@ -2,6 +2,7 @@
#include <sys/time.h>
#include <stdlib.h>
#include <stdio.h>
+#include <unistd.h>
//#include <gio/gio.h>
Rec_Pointer Ptr_Glob, Next_Ptr_Glob;