Description: fix missing declarations for vasprintf invocations.
Author: Étienne Mollier <emollier@debian.org>
Bug-Debian: https://bugs.debian.org/1066663
Forwarded: https://github.com/thegenemyers/DAZZ_DB/pull/44
Last-Update: 2024-03-17
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- dazzdb.orig/ONElib.c
+++ dazzdb/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>
