diff options
Diffstat (limited to 'net-im/ejabberd/files/patch-deps_stringprep_c__src_stringprep.cpp')
-rw-r--r-- | net-im/ejabberd/files/patch-deps_stringprep_c__src_stringprep.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-im/ejabberd/files/patch-deps_stringprep_c__src_stringprep.cpp b/net-im/ejabberd/files/patch-deps_stringprep_c__src_stringprep.cpp new file mode 100644 index 000000000000..fd94864aefa0 --- /dev/null +++ b/net-im/ejabberd/files/patch-deps_stringprep_c__src_stringprep.cpp @@ -0,0 +1,10 @@ +--- deps/stringprep/c_src/stringprep.cpp.orig 2016-03-04 14:58:46 UTC ++++ deps/stringprep/c_src/stringprep.cpp +@@ -19,6 +19,7 @@ + */ + + #include <string.h> ++#include <libutil.h> + #include <erl_nif.h> + + #include "uni_data.c" |