xbps.h: define _XOPEN_SOURCE for PATH_MAX.
This commit is contained in:
parent
0a9522210a
commit
1acce163ce
@ -27,6 +27,8 @@
|
|||||||
#ifndef _XBPS_API_H_
|
#ifndef _XBPS_API_H_
|
||||||
#define _XBPS_API_H_
|
#define _XBPS_API_H_
|
||||||
|
|
||||||
|
#define _XOPEN_SOURCE 600 /* required by PATH_MAX et al */
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user