mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
11 lines
295 B
C
11 lines
295 B
C
--- hakamisc.c.orig
|
|
+++ hakamisc.c
|
|
@@ -19,6 +19,8 @@
|
|
#include "hagraph.h"
|
|
#include "colors"
|
|
|
|
+#include <stdlib.h>
|
|
+
|
|
/*************************************************************************
|
|
** FUNKTION: HaKaInit
|
|
*************************************************************************/
|