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
