blob: 801801a8de88d5c0cc6bf764ace48f37e92c7222 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- hakamisc.c.orig
+++ hakamisc.c
@@ -19,6 +19,8 @@
#include "hagraph.h"
#include "colors"
+#include <stdlib.h>
+
/*************************************************************************
** FUNKTION: HaKaInit
*************************************************************************/
|