stream-ssl: Fix bug that crept in during rebasing.
[openvswitch] / lib / jsonrpc.c
index ec9108f85d5692ec42311d6fe182e584f62727f7..f42035e80f5884e7cf25aeca0a730dea391f4c27 100644 (file)
@@ -18,6 +18,7 @@
 
 #include "jsonrpc.h"
 
+#include <assert.h>
 #include <errno.h>
 
 #include "byteq.h"