$NetBSD: patch-ag,v 1.1 2001/10/05 14:16:04 wiz Exp $

--- src/timestampWidget.h.orig	Sat Oct  9 20:45:22 1999
+++ src/timestampWidget.h
@@ -43,6 +43,10 @@
 
 /* Function Prototypes - timestampWidget.c ***********************************/
 
+#ifndef BOOL
+#define BOOL int
+#endif
+
 extern  W_Class     InitTimeStamp(WMScreen*);
 extern  TimeStamp   *CreateTimeStamp(WMWidget*);
 extern  void        SetTimeStampBlank(TimeStamp*, BOOL);
