socket-util: Allow binding without a port number in inet_open_passive().
[openvswitch] / ovsdb / jsonrpc-server.c
index 4b83fd3483d47a1652997d6f257ab4a895e44073..458c52db5a0c07c1a593e728d9857e262fd85d5c 100644 (file)
@@ -17,6 +17,7 @@
 
 #include "jsonrpc-server.h"
 
+#include <assert.h>
 #include <errno.h>
 
 #include "column.h"