File: 0013-Added-missing-feature-macro.patch

package info (click to toggle)
dcraw 9.28-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,384 kB
  • sloc: ansic: 86,219; sh: 35; makefile: 14
file content (20 lines) | stat: -rw-r--r-- 398 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Filip Hroch <hroch@physics.muni.cz>
Date: Tue, 11 Jun 2024 10:09:51 +0200
Subject: Added missing feature macro

---
 parse.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/parse.c b/parse.c
index c961d7a..d23c742 100644
--- a/parse.c
+++ b/parse.c
@@ -9,6 +9,7 @@
    $Date: 2018/06/01 21:26:34 $
  */
 
+#define _GNU_SOURCE
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>