File: gcc-4.7.patch

package info (click to toggle)
libhmsbeagle 4.0.1%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 46,436 kB
  • sloc: xml: 133,356; cpp: 36,477; ansic: 5,842; java: 2,400; python: 643; sh: 338; makefile: 50
file content (22 lines) | stat: -rw-r--r-- 513 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Andreas Tille <tille@debian.org>
Date: Thu, 7 Aug 2025 16:31:33 +0200
Subject: Build with gcc-4.7

Bug-Closed: http://bugs.debian.org/672015
---
 libhmsbeagle/CPU/Precision.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libhmsbeagle/CPU/Precision.h b/libhmsbeagle/CPU/Precision.h
index ccf51fa..e499c55 100644
--- a/libhmsbeagle/CPU/Precision.h
+++ b/libhmsbeagle/CPU/Precision.h
@@ -5,6 +5,8 @@
  *      Author: msuchard
  */
 
+#include <string.h>
+
 #ifndef PRECISION_H_
 #define PRECISION_H_