File: 0012-Add-missing-include.patch

package info (click to toggle)
libquicktime 2%3A1.2.4-17
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,832 kB
  • sloc: ansic: 55,312; sh: 10,976; makefile: 473; sed: 16
file content (22 lines) | stat: -rw-r--r-- 550 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
22
From: Sebastian Ramacher <sramacher@debian.org>
Date: Wed, 13 Mar 2024 23:46:23 +0100
Subject: Add missing include
Applied-Upstream: 55f5d4523a96cdf2a45a3af81b8d251337c5d020
Forwarded: not-needed

---
 plugins/png/qtpng.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plugins/png/qtpng.c b/plugins/png/qtpng.c
index 3998f19..7d57820 100644
--- a/plugins/png/qtpng.c
+++ b/plugins/png/qtpng.c
@@ -26,6 +26,7 @@
 #include <quicktime/colormodels.h>
 #include <png.h>
 #include <stdlib.h>
+#include <string.h>
 #include "qtpng.h"
 
 typedef struct