From: Ben Pfaff Date: Fri, 12 Feb 2010 20:33:47 +0000 (-0800) Subject: Add missing includes. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54e05b5f6f7d3504dc74a73dcf9707cbdb28d1d1;p=openvswitch Add missing includes. Reported-by: Jean Tourrilhes --- diff --git a/ofproto/netflow.h b/ofproto/netflow.h index cc7b9605..24505066 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 0afd22ff..306d8516 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"