diff options
author | Damjan Marion <damarion@cisco.com> | 2016-02-25 23:17:38 +0100 |
---|---|---|
committer | Damjan Marion <damarion@cisco.com> | 2016-02-26 13:17:30 +0100 |
commit | e936bbe5945ca3c0f522f6c0abdfbdaa407bcb84 (patch) | |
tree | 28ccdd0be90ff9236fc57cf058a42d378ddbb250 /vnet/vnet/policer/policer.c | |
parent | 7f620976e2cb900fa5e0dccdbb769e3cc208841d (diff) |
Add support for native vpp_lite (non-dpdk) platform
Change-Id: Icaa71957f67b923bc9795baa78c7495055615672
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'vnet/vnet/policer/policer.c')
-rw-r--r-- | vnet/vnet/policer/policer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vnet/vnet/policer/policer.c b/vnet/vnet/policer/policer.c index 310c5f59f20..a43dc751205 100644 --- a/vnet/vnet/policer/policer.c +++ b/vnet/vnet/policer/policer.c @@ -12,6 +12,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +#include <stdint.h> #include <vnet/policer/policer.h> u8 * format_policer_instance (u8 * s, va_list * va) |