File: malloc

package info (click to toggle)
libssw 1.1-13
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 28,616 kB
  • sloc: ansic: 14,533; cpp: 493; python: 382; java: 136; makefile: 90; 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;