]> git.pld-linux.org Git - packages/cdecl.git/commitdiff
- fix inluding errno.h. cdecl-2_5-10
authorkloczek <kloczek@pld-linux.org>
Thu, 15 Apr 1999 15:39:23 +0000 (15:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cdecl-misc.patch -> 1.1

cdecl-misc.patch [new file with mode: 0644]

diff --git a/cdecl-misc.patch b/cdecl-misc.patch
new file mode 100644 (file)
index 0000000..91496b5
--- /dev/null
@@ -0,0 +1,10 @@
+--- cdecl-2.5/cdecl.c.ewt      Fri Aug  9 15:46:58 1996
++++ cdecl-2.5/cdecl.c  Fri Aug  9 15:47:06 1996
+@@ -63,6 +63,7 @@
+ #include <stdio.h>
+ #include <ctype.h>
+ #if __STDC__ || defined(DOS)
++#include <errno.h>
+ # include <stdlib.h>
+ # include <stddef.h>
+ # include <string.h>
This page took 0.0799 seconds and 4 git commands to generate.