1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

#ifdef ALLOCA_H

This commit is contained in:
Ondrej Filip
2004-05-31 13:34:20 +00:00
parent bd62eeca27
commit 0c745adc80
2 changed files with 4 additions and 0 deletions

View File

@@ -44,7 +44,9 @@
* Routing tables always contain only cached &rta's.
*/
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#endif
#include "nest/bird.h"
#include "nest/route.h"