1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Description: Add a header file to fix FTBFS
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Date: Sun, 7 Jul 2024 05:50:35 +0200
Bug-Debian: https://bugs.debian.org/1066713
Bug: https://sourceforge.net/p/gplcver/issues/5
Forwarded: https://sourceforge.net/p/gplcver/issues/5/attachment/0005-Add-a-header-file-to-fix-FTBFS.patch
---
src/v_dbg.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/v_dbg.c b/src/v_dbg.c
index a4a96b4..602f099 100644
--- a/src/v_dbg.c
+++ b/src/v_dbg.c
@@ -38,6 +38,7 @@
#include <unistd.h>
#include <setjmp.h>
+#include <sys/wait.h>
#ifdef __DBMALLOC__
#include "../malloc.h"
|