ports/net/gloox/patches/patch-src_pubsubmanager_cpp

12 lines
243 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- src/pubsubmanager.cpp.orig Thu Apr 20 01:48:03 2017
+++ src/pubsubmanager.cpp Thu Apr 20 01:49:03 2017
@@ -20,6 +20,8 @@
#include "shim.h"
#include "util.h"
#include "error.h"
+#include <cstdlib>
+using std::atoi;
namespace gloox
{