Description: Add missing includes
 So we don't get FTBFS due to implicit declarations
Author: IOhannes m zmölnig
Origin: Debian
Forwarded: no
Last-Update: 2024-03-18
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- pd-mrpeach.orig/osc/packOSC.c
+++ pd-mrpeach/osc/packOSC.c
@@ -37,6 +37,7 @@
 #define SC_BUFFER_SIZE 64000
 
 #include "packingOSC.h"
+#include <math.h>
 
 /* This is from OSC-client.h :*/
 /*
