summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlaf Hering <olaf@aepfle.de>2019-05-13 14:40:57 +0200
committerOlaf Hering <olaf@aepfle.de>2019-05-13 14:40:57 +0200
commitd59b42e28945a483cfc9a5a7557f8d841da9fbec (patch)
tree1665aa9c07715c5f1563d71808e238d0be1c47ba
parent7ca59a1db9f1e1d46fd610f3001347652e465fee (diff)
downloadpidgin-d59b42e28945a483cfc9a5a7557f8d841da9fbec.tar.gz
include string.h for strchr
The function strchr is used, but string.h is not included. This fixes a compiler warning.
-rw-r--r--libpurple/protocols/sametime/tests/test_sametime_im_mime.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpurple/protocols/sametime/tests/test_sametime_im_mime.c b/libpurple/protocols/sametime/tests/test_sametime_im_mime.c
index 90bcc90bbd..2c53f96f85 100644
--- a/libpurple/protocols/sametime/tests/test_sametime_im_mime.c
+++ b/libpurple/protocols/sametime/tests/test_sametime_im_mime.c
@@ -23,6 +23,7 @@
#include <glib.h>
#include <gmime/gmime.h>
+#include <string.h>
#include "image.h"
#include "image-store.h"