File: Add-includes-resp.-function-prototypes.patch

package info (click to toggle)
fitscut 1.4.4-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 944 kB
  • sloc: ansic: 6,173; sh: 767; makefile: 132
file content (21 lines) | stat: -rw-r--r-- 435 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
From: Ole Streicher <olebole@debian.org>
Date: Thu, 14 Mar 2024 17:36:17 +0100
Subject: Add includes resp. function prototypes

Closes: #1066526
---
 colormap.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/colormap.c b/colormap.c
index ea66776..567f707 100644
--- a/colormap.c
+++ b/colormap.c
@@ -26,6 +26,7 @@
 #endif
 
 #include <stdio.h>
+#include <stdlib.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <pwd.h>