File: fix-system.patch

package info (click to toggle)
libmems 1.6.0%2B4725-12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,164 kB
  • sloc: cpp: 21,579; ansic: 4,313; xml: 115; makefile: 107; sh: 26
file content (17 lines) | stat: -rw-r--r-- 471 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: fix build failure on arm.
Author: Étienne Mollier <emollier@debian.org>
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1065765
Forwarded: no
Last-Update: 2024-03-10
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- libmems.orig/libMems/dmSML/util.c
+++ libmems/libMems/dmSML/util.c
@@ -3,6 +3,7 @@
 #endif
 
 #include <stdio.h>
+#include <stdlib.h>
 #include "libMems/dmSML/util.h"
 
 #define FMT_BUFFER_SIZE     (32)