File: include.patch

package info (click to toggle)
a56 1.3%2Bdfsg-12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 664 kB
  • sloc: yacc: 7,550; ansic: 5,851; makefile: 231; awk: 4; sh: 1
file content (16 lines) | stat: -rw-r--r-- 460 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Author: Thorsten Alteholz <debian@alteholz.de>
Description: add some #include's to calm compiler
Forwarded: not-needed as there is no upstream anymore
Index: a56/a56.h
===================================================================
--- a56.orig/a56.h	1995-01-28 18:51:07.000000000 +0100
+++ a56/a56.h	2012-11-26 12:11:29.000000000 +0100
@@ -26,6 +26,8 @@
  */
 
 #include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
 
 #ifndef TRUE
 #define TRUE 1