blob: e7f894d373ba1ffbddeb9f34e1bc615edfb07e43 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/src/modules/janssonrpcc/netstring.h
+++ b/src/modules/janssonrpcc/netstring.h
@@ -24,6 +24,7 @@
#define __NETSTRING_STREAM_H
#include <string.h>
+#include <event2/buffer.h>
#include <event2/bufferevent.h>
typedef struct
|