PR: ports/147639 Submitted by: Andriy Gapon [avg icyb.net.ua] Approved by: maintainer, tabthorpe (mentor)
10 lines
323 B
C++
10 lines
323 B
C++
--- lib/protocol.cpp.orig 2010-06-07 10:47:20.653619576 +0300
|
|
+++ lib/protocol.cpp 2010-06-07 10:47:55.249722982 +0300
|
|
@@ -8,6 +8,7 @@
|
|
-------------------------------------------------------------------*/
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
+#include <string.h>
|
|
#include <string>
|
|
#include <map>
|
|
#include <expat.h>
|