ovsdb-tool: Don't wait for lockfiles on "compact" or "convert".
[openvswitch] / ofproto / collectors.c
index f0639836ef0d7a898f87581904178575c27064d6..0b84c3ece300a44fd62d9e4f6f4e255e99a111a8 100644 (file)
@@ -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.
@@ -20,6 +20,7 @@
 
 #include <errno.h>
 #include <stdlib.h>
+#include <sys/socket.h>
 #include <unistd.h>
 
 #include "socket-util.h"