File: 0002-prototype-rmdir.patch

package info (click to toggle)
f2c 20160102-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,668 kB
  • sloc: ansic: 26,850; sh: 246; makefile: 12
file content (21 lines) | stat: -rw-r--r-- 580 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: "Barak A. Pearlmutter" <barak+git@cs.nuim.ie>
Date: Tue, 14 Feb 2012 14:52:48 +0000
Subject: prototype rmdir

---
 src/sysdep.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/sysdep.c b/src/sysdep.c
index ab5b04e..f6d418c 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -22,6 +22,8 @@ use or performance of this software.
 ****************************************************************/
 #include "defs.h"
 #include "usignal.h"
+#include <stdlib.h>
+#include <unistd.h>
 
 char binread[] = "rb", textread[] = "r";
 char binwrite[] = "wb", textwrite[] = "w";