From 54e05b5f6f7d3504dc74a73dcf9707cbdb28d1d1 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 12 Feb 2010 12:33:47 -0800 Subject: [PATCH] Add missing includes. Reported-by: Jean Tourrilhes --- ofproto/netflow.h | 3 ++- ofproto/pinsched.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ofproto/netflow.h b/ofproto/netflow.h index cc7b96057..24505066a 100644 --- a/ofproto/netflow.h +++ b/ofproto/netflow.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009 Nicira Networks. + * Copyright (c) 2008, 2009, 2010 Nicira Networks. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,6 +17,7 @@ #ifndef NETFLOW_H #define NETFLOW_H 1 +#include #include "flow.h" #include "svec.h" diff --git a/ofproto/pinsched.c b/ofproto/pinsched.c index 0afd22ff6..306d8516e 100644 --- a/ofproto/pinsched.c +++ b/ofproto/pinsched.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009 Nicira Networks. + * Copyright (c) 2008, 2009, 2010 Nicira Networks. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,6 +17,7 @@ #include #include "pinsched.h" #include +#include #include #include "ofpbuf.h" #include "openflow/openflow.h" -- 2.43.0