summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-10-19 23:05:11 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-10-19 23:05:11 +0200
commit76e6628a8e11aa59d994da19e583d102734244fd (patch)
treef5482fee8d7e90b409c602b75d884083e7253bc1
parent1d4aa672424d8b1629fda11400b88607b5066965 (diff)
hurd: fix xorg-wrapper buildmaster-hurd
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@ens-lyon.org>
-rw-r--r--hw/xfree86/xorg-wrapper.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xfree86/xorg-wrapper.c b/hw/xfree86/xorg-wrapper.c
index 6f658d7e2..4c37cfcb9 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;