Files
termux-packages/packages/portmidi/pm_common-pmutil.c.patch
termux-pacman-bot fb434fa66a portmidi: Fix missing bzero declaration
%ci:no-build
2023-04-11 02:37:01 +00:00

13 lines
276 B
Diff

https://github.com/termux/termux-packages/issues/15852
--- a/pm_common/pmutil.c
+++ b/pm_common/pmutil.c
@@ -4,6 +4,7 @@
#include <stdlib.h>
#include <assert.h>
#include <string.h>
+#include <strings.h>
#include "portmidi.h"
#include "pmutil.h"
#include "pminternal.h"