summaryrefslogtreecommitdiff
path: root/x11-toolkits/xview/files/patch-util+xgettext+xgettext.h
blob: 5be1e4e590800d7c991f0b03c02042b76848f719 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- util/xgettext/xgettext.h.orig	Tue Jun 29 00:14:13 1993
+++ util/xgettext/xgettext.h	Thu Oct 16 14:32:50 2003
@@ -8,13 +8,14 @@
 #include <signal.h>
 #include <sys/types.h>
 
-#ifndef SVR4
+#include <sys/param.h>
+
+#if !(defined(BSD4_4) || defined(SVR4))
 #include <sys/dir.h>
 #else
 #include <dirent.h>
-#endif SVR4
+#endif /* SVR4 */
 
-#include <sys/param.h>
 #include <sys/stat.h>
 
 #define DOMAIN_TOKEN    "domain"