Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 248735
Collapse All | Expand All

(-)pax-utils-0.1.18/porting.h (+2 lines)
Lines 33-39 Link Here
33
#include <pwd.h>
33
#include <pwd.h>
34
#include <fnmatch.h>
34
#include <fnmatch.h>
35
#include <regex.h>
35
#include <regex.h>
36
#if defined(__GLIBC__) || defined(__UCLIBC__)
36
#include <alloca.h>
37
#include <alloca.h>
38
#endif
37
39
38
#include <sys/mman.h>
40
#include <sys/mman.h>
39
#include "elf.h"
41
#include "elf.h"

Return to bug 248735