File: fix_implicit_declaration.patch

package info (click to toggle)
examl 3.0.22-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,180 kB
  • sloc: ansic: 27,326; makefile: 74; sh: 48
file content (16 lines) | stat: -rw-r--r-- 409 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Add missing include
Bug-Debian: https://bugs.debian.org/1066386
Author: Andreas Tille <tille@debian.org>
Last-Update: 2024-04-11
Forwarded: https://github.com/stamatak/ExaML/issues/20

--- a/examl/quartets.c
+++ b/examl/quartets.c
@@ -40,6 +40,7 @@
 #include <stdio.h>
 #include <ctype.h>
 #include <string.h>
+#include <libgen.h>
 #include <stdint.h>
 #include <inttypes.h>
 #include <unistd.h>