*** empty log message ***
authorJim Blandy <jimb@redhat.com>
Fri, 21 Feb 1992 16:19:12 +0000 (16:19 +0000)
committerJim Blandy <jimb@redhat.com>
Fri, 21 Feb 1992 16:19:12 +0000 (16:19 +0000)
src/xrdb.c

index 23f6b94..681544e 100644 (file)
@@ -24,7 +24,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include <X11/Xutil.h>
 #include <X11/Xresource.h>
 #include <sys/param.h>
+#ifdef VMS
+#include "vms-pwd.h"
+#else
 #include <pwd.h>
+#endif
 #include <sys/stat.h>
 #include <sys/types.h>