aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/m4/lib/palloca.h
blob: a7ed8a2f9c952cb115faf1a0932545a94fca3aaf (plain) (blame)
1
2
3
4
5
6
7
#pragma once

#if defined(__FreeBSD__)
    #include <stdlib.h>
#else
    #include <alloca.h>
#endif