mirror of
https://github.com/amiwm/amiwm.git
synced 2026-03-24 01:24:15 +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
|