diff options
Diffstat (limited to 'net-im/jabberd/files/patch-storage__authreg_sqlite.c')
-rw-r--r-- | net-im/jabberd/files/patch-storage__authreg_sqlite.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-im/jabberd/files/patch-storage__authreg_sqlite.c b/net-im/jabberd/files/patch-storage__authreg_sqlite.c new file mode 100644 index 000000000000..d7032691b09c --- /dev/null +++ b/net-im/jabberd/files/patch-storage__authreg_sqlite.c @@ -0,0 +1,11 @@ +--- ./storage/authreg_sqlite.c.orig 2013-10-30 12:38:17.000000000 +0000 ++++ ./storage/authreg_sqlite.c 2013-12-15 10:29:42.322779475 +0000 +@@ -29,6 +29,8 @@ + * to the Jabberd project. + */ + ++#include <stdio.h> ++ + #define _XOPEN_SOURCE 500 + #include "c2s.h" + #include <sqlite3.h> |