diff options
author | Neale Ranns <neale.ranns@cisco.com> | 2017-11-10 06:53:54 -0800 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2017-11-10 21:10:46 +0000 |
commit | b8d4481a93f919291d4b682ef0ac8948a9f1be32 (patch) | |
tree | 3505693e8a697635773fc54c9c7f1cc2aafaf6a1 /src/vnet/ip/punt.h | |
parent | e178399942c655d0fea162611527ea57192669c0 (diff) |
Break up vpe.api
- makes the VAPI generated file more consumable.
- VOM build times improve.
Change-Id: I838488930bd23a0d3818adfdffdbca3eead382df
Signed-off-by: Neale Ranns <neale.ranns@cisco.com>
Diffstat (limited to 'src/vnet/ip/punt.h')
-rw-r--r-- | src/vnet/ip/punt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vnet/ip/punt.h b/src/vnet/ip/punt.h index 9defa881782..4cef5278558 100644 --- a/src/vnet/ip/punt.h +++ b/src/vnet/ip/punt.h @@ -21,6 +21,8 @@ #define included_punt_h #include <sys/un.h> +#include <stdbool.h> + typedef enum { #define punt_error(n,s) PUNT_ERROR_##n, |