Description: fix impfuncdef issue
Author: Bo YU <tsu.yubo@gmail.com>
Bug: https://bugs.debian.org/1066513
Forwarded: send to Petr Tomasek <tomasek@etf.cuni.cz>
Last-Update: 2024-04-30
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/kal_getdate.c
+++ b/kal_getdate.c
@@ -18,6 +18,9 @@
  */
 
 #include <stdio.h>
+#include <stdlib.h>
+
+#include "kal_main.h"
 
 /* 
  * Get current date (jd)
