Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/net-im/jabberd/files/patch-storage__authreg_pgsql.c
16124 views
1
--- storage/authreg_pgsql.c.orig 2016-05-08 14:30:08 UTC
2
+++ storage/authreg_pgsql.c
3
@@ -20,6 +20,8 @@
4
5
/* this module talks to a PostgreSQL server via libpq */
6
7
+#include <stdio.h>
8
+
9
#define _XOPEN_SOURCE 500
10
#include "c2s.h"
11
#include <libpq-fe.h>
12
13