summaryrefslogtreecommitdiff
path: root/finch/gntconn.c
diff options
context:
space:
mode:
authorElliott Sales de Andrade <qulogic@pidgin.im>2009-07-18 04:24:47 +0000
committerElliott Sales de Andrade <qulogic@pidgin.im>2009-07-18 04:24:47 +0000
commit85b451a1229d7e1d693228db66aaf86112ac5fd2 (patch)
treee92334608638cb5b108cecada04a3349cdb48038 /finch/gntconn.c
parent1224612e43dff2e6b460f97002a35f7a657f4164 (diff)
downloadpidgin-85b451a1229d7e1d693228db66aaf86112ac5fd2.tar.gz
Don't include an internal header in the public finch headers.
Fixes #9539.
Diffstat (limited to 'finch/gntconn.c')
-rw-r--r--finch/gntconn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/finch/gntconn.c b/finch/gntconn.c
index b117881770..b23bb6a8d6 100644
--- a/finch/gntconn.c
+++ b/finch/gntconn.c
@@ -24,6 +24,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*/
#include "finch.h"
+#include <internal.h>
#include "account.h"
#include "core.h"