On Fri, Jan 12, 2018 at 04:34:18PM -0800, Justin Pettit wrote: > > > On Dec 31, 2017, at 9:16 PM, Ben Pfaff <[email protected]> wrote: > > > > diff --git a/lib/jsonrpc.c b/lib/jsonrpc.c > > index 87ca1aa8690c..a8e5bc8434ad 100644 > > --- a/lib/jsonrpc.c > > +++ b/lib/jsonrpc.c > > @@ -1,5 +1,5 @@ > > /* > > - * Copyright (c) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Nicira, > > Inc. > > + * Copyright (c) 2009-2017 Nicira, Inc. > > * > > * Licensed under the Apache License, Version 2.0 (the "License"); > > * you may not use this file except in compliance with the License. > > @@ -28,8 +28,10 @@ > > #include "openvswitch/ofpbuf.h" > > #include "ovs-thread.h" > > #include "openvswitch/poll-loop.h" > > +#include "random.h" > > Do you need this, since I think "random.h" information is only used in > "svec.c".
It is not needed. Thanks, I removed it. > Acked-by: Justin Pettit <[email protected]> Thanks! _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
