misc: minimize dependencies on udp.h
[vpp.git] / src / vnet / udp / udp_encap_node.c
index af0afb1..5b9fc0b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017 Cisco and/or its affiliates.
+ * Copyright (c) 2017-2019 Cisco and/or its affiliates.
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at:
@@ -14,6 +14,7 @@
  */
 
 #include <vnet/udp/udp_encap.h>
+#include <vnet/udp/udp.h>
 
 typedef struct udp4_encap_trace_t_
 {