File: add_missing_header.patch

package info (click to toggle)
seriation 1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 34,312 kB
  • sloc: ansic: 815; sh: 37; makefile: 12
file content (14 lines) | stat: -rw-r--r-- 301 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Andreas Tille <tille@debian.org>
Last-Update: 2025-11-03
Description: Add missing header file for mkdir()

--- a/cfm-seriation.c
+++ b/cfm-seriation.c
@@ -3,6 +3,7 @@
 #include <math.h>
 #include <stdlib.h>
 #include <string.h>
+#include <sys/stat.h>
 
 typedef struct graph_ptr{
 	short cur;