File: includes.patch

package info (click to toggle)
pd-mrpeach 0.1~svn17672-12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,172 kB
  • sloc: ansic: 18,192; makefile: 1,187; sh: 214; cpp: 19
file content (18 lines) | stat: -rw-r--r-- 434 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 :*/
 /*