aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-12-24 18:42:57 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-12-24 18:42:57 +0800
commit8f4bd49edcf38951072b9f12ce50ba9aaddac83d (patch)
treec7d32b0e0bef280480aae051c3fc039c0c355e3c
parent89ed5197c3cf61971b8425b176ce71073add7360 (diff)
downloadgsoc2013-empathy-8f4bd49edcf38951072b9f12ce50ba9aaddac83d.tar
gsoc2013-empathy-8f4bd49edcf38951072b9f12ce50ba9aaddac83d.tar.gz
gsoc2013-empathy-8f4bd49edcf38951072b9f12ce50ba9aaddac83d.tar.bz2
gsoc2013-empathy-8f4bd49edcf38951072b9f12ce50ba9aaddac83d.tar.lz
gsoc2013-empathy-8f4bd49edcf38951072b9f12ce50ba9aaddac83d.tar.xz
gsoc2013-empathy-8f4bd49edcf38951072b9f12ce50ba9aaddac83d.tar.zst
gsoc2013-empathy-8f4bd49edcf38951072b9f12ce50ba9aaddac83d.zip
just include gcr.h
-rw-r--r--libempathy-gtk/empathy-tls-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-tls-dialog.c b/libempathy-gtk/empathy-tls-dialog.c
index 3b5ec679d..f09d6c51d 100644
--- a/libempathy-gtk/empathy-tls-dialog.c
+++ b/libempathy-gtk/empathy-tls-dialog.c
@@ -26,7 +26,7 @@
#include <gcr/gcr.h>
#include <telepathy-glib/util.h>
-#include <gcr/gcr-simple-certificate.h>
+#include <gcr/gcr.h>
#define DEBUG_FLAG EMPATHY_DEBUG_TLS
#include <libempathy/empathy-debug.h>