xbps.h: define _XOPEN_SOURCE for PATH_MAX.

This commit is contained in:
Juan RP 2013-12-29 16:45:53 +01:00
parent 0a9522210a
commit 1acce163ce

View File

@ -27,6 +27,8 @@
#ifndef _XBPS_API_H_
#define _XBPS_API_H_
#define _XOPEN_SOURCE 600 /* required by PATH_MAX et al */
#include <stdio.h>
#include <inttypes.h>
#include <limits.h>