qbist: Define PATH_MAX on Hurd

Bug-Debian: https://bugs.debian.org/934077
Forwarded: https://gitlab.gnome.org/GNOME/gimp/-/merge_requests/424
Applied-upstream: no

Gbp-Pq: Name 02_hurd_ftbfs.patch
This commit is contained in:
Svante Signell 2019-08-06 21:04:22 +02:00 committed by luoyaoming
parent 442a11caee
commit 9ef1a21f80
1 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,9 @@
#include "libgimp/stdplugins-intl.h"
#ifndef PATH_MAX
#define PATH_MAX 4096
#endif
/** qbist renderer ***********************************************************/