aboutsummaryrefslogtreecommitdiff
path: root/deskutils/xcalendar/files/patch-xcalendar.h
blob: 5aeac0376726249c04c48b3fd47f9583441069f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- xcalendar.h.orig	Sun Oct  1 12:21:42 1995
+++ xcalendar.h	Mon Mar 12 20:54:02 2001
@@ -75,7 +75,7 @@
 #include <X11/Xaw/Xawi18n.h>
 #endif
 
-#if defined(SYSV) || defined(__osf__) || defined(SVR4)
+#if defined(SYSV) || defined(__osf__) || defined(SVR4) || defined(HAVE_DIRENT_H)
 #include <dirent.h>
 #else
 #include <sys/dir.h>