mirror of
https://github.com/amiwm/amiwm.git
synced 2026-04-14 11:04:18 +00:00
9 lines
89 B
C
9 lines
89 B
C
|
|
#ifndef ALLOC_H
|
||
|
|
#define ALLOC_H
|
||
|
|
|
||
|
|
#ifdef HAVE_ALLOCA_H
|
||
|
|
#include <alloca.h>
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#endif
|