aboutsummaryrefslogtreecommitdiff
path: root/lib/jsonrpc.c
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2009-12-21 10:38:26 -0800
committerBen Pfaff <blp@nicira.com>2010-01-06 14:32:22 -0800
commit108496163d4d7f77766c2b05c5c20131d6c436a9 (patch)
tree771ba5da468d61baeb5012412ba253425141686f /lib/jsonrpc.c
parent9467fe624698a9b72f81bb1ddfce33a5fc85281c (diff)
stream: Remove spurious #includes from header file.
Diffstat (limited to 'lib/jsonrpc.c')
-rw-r--r--lib/jsonrpc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/jsonrpc.c b/lib/jsonrpc.c
index ec9108f8..f42035e8 100644
--- a/lib/jsonrpc.c
+++ b/lib/jsonrpc.c
@@ -18,6 +18,7 @@
#include "jsonrpc.h"
+#include <assert.h>
#include <errno.h>
#include "byteq.h"