File: malloc

package info (click to toggle)
libssw 1.2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 28,604 kB
  • sloc: ansic: 6,518; cpp: 496; python: 379; java: 136; makefile: 102; sh: 29
file content (12 lines) | stat: -rw-r--r-- 338 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
From: Michael R. Crusoe <michael.crusoe@gmail.com>
Subject: Provide declarations for malloc & free
--- libssw.orig/src/sswjni.c
+++ libssw/src/sswjni.c
@@ -1,6 +1,7 @@
 #include <jni.h>
 #include <stdio.h>
 #include "ssw.h"
+#include <stdlib.h>
 
 jstring s_align_cigar_to_jstring(JNIEnv* env, s_align* align) {
 	jstring jstrBuf = NULL;