summaryrefslogtreecommitdiff
blob: 977ca96e572f9e54fad89178622a09a10caf234f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Fix implicit functions declarations

--- xcalendar/xcalendar.h
+++ xcalendar/xcalendar.h
@@ -37,6 +37,7 @@
 
 
 #include <stdio.h>
+#include <stdlib.h>
 #include  <X11/Xos.h>
 #include <X11/Xlib.h>
 #include <X11/Intrinsic.h>
--- xcalendar/lists.c
+++ xcalendar/lists.c
@@ -25,6 +25,7 @@
 
 #include "xcalendar.h"
 
+is_last(LList *list);
 
 List 
 CreateList(length, elementSize)