File: gcc-4.8.patch

package info (click to toggle)
rnahybrid 2.1.2-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,036 kB
  • sloc: ansic: 16,466; sh: 1,892; makefile: 77
file content (15 lines) | stat: -rw-r--r-- 430 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Andreas Tille <tille@debian.org>
BugClosed: http://bugs.debian.org/701348
LastChanged: Mon, 07 May 2012 23:26:52 +0200
Description: Fix build error with gcc-4.8 by adding string.h

--- a/src/rnaeffective.c
+++ b/src/rnaeffective.c
@@ -17,6 +17,7 @@
 #include <time.h>
 #include <math.h>
 #include <stdlib.h>
+#include <string.h>
 
 
 static char const rcsid[] = "$Id: rnaeffective.c,v 1.6 2004/11/16 15:41:12 marc Exp $";