X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=ofproto%2Fpinsched.c;h=b9c6371add0bc9728ee5ce268465838be363ca51;hb=f5e7ed5d267b33712f62a61356ed5ead4f8a367c;hp=a4f5bfad5d047380811c2946119358476071dbdb;hpb=c69ee87c10818267f991236201150b1fa51ae519;p=openvswitch diff --git a/ofproto/pinsched.c b/ofproto/pinsched.c index a4f5bfad..b9c6371a 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. @@ -16,7 +16,10 @@ #include #include "pinsched.h" +#include +#include #include +#include #include #include "ofpbuf.h" #include "openflow/openflow.h"