[PATCH] hurd: fix xorg-wrapper build
Samuel Thibault
samuel.thibault at ens-lyon.org
Mon Oct 19 14:15:36 PDT 2015
hurd does not have any PATH_MAX limitation. misc.h provides a default value
which is fine here.
Signed-off-by: Samuel Thibault <samuel.thibault at ens-lyon.org>
---
hw/xfree86/xorg-wrapper.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/hw/xfree86/xorg-wrapper.c b/hw/xfree86/xorg-wrapper.c
index 6f658d7..4c37cfc 100644
--- a/hw/xfree86/xorg-wrapper.c
+++ b/hw/xfree86/xorg-wrapper.c
@@ -44,6 +44,8 @@
#include <xf86drm.h> /* For DRM_DEV_NAME */
#endif
+#include "misc.h"
+
#define CONFIG_FILE SYSCONFDIR "/X11/Xwrapper.config"
static const char *progname;
--
2.6.1
More information about the xorg-devel
mailing list