summaryrefslogtreecommitdiff
path: root/debian/patches/fix-missing-include.patch
blob: 7aaf861184c674bb5c16466f4631030c3d30e069 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: fix missing include.
Author: Étienne Mollier <emollier@debian.org>
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066534
Forwarded: https://github.com/thegenemyers/DALIGNER/pull/96
Last-Update: 2024-03-13
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- daligner.orig/ONElib.c
+++ daligner/ONElib.c
@@ -16,8 +16,10 @@
  *
  ****************************************************************************************/
 
+#define _GNU_SOURCE
 #include <sys/errno.h>
 #include <sys/types.h>
+#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <sys/resource.h>