From f853b398c1adb00b55f3dabe25fdd6ef0deb6a84 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Thu, 3 Jul 2003 01:34:52 +0000
Subject: [PATCH] #includes paths.h if INCLUDE_PATHS_H is pre-defined.

---
 src/xpdev/dirwrap.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/xpdev/dirwrap.h b/src/xpdev/dirwrap.h
index f93051faae..886f509bcc 100644
--- a/src/xpdev/dirwrap.h
+++ b/src/xpdev/dirwrap.h
@@ -44,6 +44,10 @@
 	#include <sys/param.h>	/* PATH_MAX */
 #endif
 
+#if defined(INCLUDE_PATHS_H)
+	#include <paths.h>		/* _PATHS_* macros */
+#endif
+
 #include "gen_defs.h"	/* ulong */
 #include "wrapdll.h"	/* DLLEXPORT and DLLCALL */
 
-- 
GitLab