Files
amiwm-neo/alloc.h
2017-03-26 13:00:19 +02:00

9 lines
89 B
C

#ifndef ALLOC_H
#define ALLOC_H
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#endif
#endif