This commit is contained in:
vanhauser-thc 2023-07-21 10:44:31 +02:00
parent 93abd60fc9
commit 568ef74e0d
5 changed files with 7 additions and 6 deletions

View file

@ -4,7 +4,9 @@
#ifdef LIBSVN
/* needed on openSUSE */
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#if !defined PATH_MAX && defined HAVE_SYS_PARAM_H
#include <sys/param.h>