----------------------------------------------------------------- Revision: 09c24e735b32b5c23b87ddb599098d4488d63b5a Ancestor: b737ce025bf861f18f2f9021c3f7bd79e0d84a4c Author: nosnilmot@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... ============================================================ --- timelog/log-widget.c e059acf53ddfdb8eea5844b5d5dfbaa4a942d29c +++ timelog/log-widget.c 89fb921903f7891acb39188584bc5e63167b24c8 @@ -23,6 +23,8 @@ * 02111-1307, USA. */ +#include "../common/pp_internal.h" + #include #include #include ============================================================ --- timelog/range-widget.c d74c0b13d974d08ad1effe7e7b08f2fa444a2cf3 +++ timelog/range-widget.c 90d2ac082e20eb3da730003c5fd7d745723e9070 @@ -21,6 +21,8 @@ * 02111-1307, USA. */ +#include "../common/pp_internal.h" + #include #include #include