org.guifications.plugins: 09c24e735b32b5c23b87ddb599098d4488d63b5a

nosnilmot at guifications.org nosnilmot at guifications.org
Sat Oct 27 09:15:06 CDT 2007


-----------------------------------------------------------------
Revision: 09c24e735b32b5c23b87ddb599098d4488d63b5a
Ancestor: b737ce025bf861f18f2f9021c3f7bd79e0d84a4c
Author: nosnilmot at guifications.org
Date: 2007-10-27T14:10:47
Branch: org.guifications.plugins

Modified files:
        timelog/log-widget.c timelog/range-widget.c

ChangeLog: 

Fix some compile warnings. I could've sworn I made sure there were no
compile warnings before I imported this...

-----------------------------------------------------------------
This revision's diffstat output:
 log-widget.c   |    2 ++
 range-widget.c |    2 ++
 2 files changed, 4 insertions(+)
-------------- next part --------------
============================================================
--- timelog/log-widget.c	e059acf53ddfdb8eea5844b5d5dfbaa4a942d29c
+++ timelog/log-widget.c	89fb921903f7891acb39188584bc5e63167b24c8
@@ -23,6 +23,8 @@
  * 02111-1307, USA.
  */
 
+#include "../common/pp_internal.h"
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
============================================================
--- timelog/range-widget.c	d74c0b13d974d08ad1effe7e7b08f2fa444a2cf3
+++ timelog/range-widget.c	90d2ac082e20eb3da730003c5fd7d745723e9070
@@ -21,6 +21,8 @@
  * 02111-1307, USA.
  */
 
+#include "../common/pp_internal.h"
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>


More information about the Plugins-commits mailing list