summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Mollier <emollier@debian.org>2024-03-13 21:38:57 +0100
committerÉtienne Mollier <emollier@debian.org>2024-03-13 21:38:57 +0100
commitc4f0a789395ecdac99b15ec2dc45d1b54c455bae (patch)
treef8c038bc12fabcf9138e6158253ca0210392f144
parent06c3015a8bac0ef4fa52002895ac3e7ac493d8ff (diff)
fix missing include.
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 Last-Update: 2024-03-13 Gbp-Pq: Name fix-missing-include.patch
-rw-r--r--ONElib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ONElib.c b/ONElib.c
index a47e3bd..3203992 100644
--- a/ONElib.c
+++ b/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>