Skip to content
Snippets Groups Projects
Commit 41d66a31 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #9145: gnome: fixed missing string.h warnings

parent 2deaa264
Branches
Tags
No related merge requests found
......@@ -33,6 +33,7 @@
#include "calllist.h"
#include "calltree.h"
#include "str_utils.h"
#include <string.h>
#include <stdlib.h>
#include "eel-gconf-extensions.h"
......
......@@ -35,6 +35,7 @@
#include "icons/icon_factory.h"
#include "contacts/calltab.h"
#include "contacts/conferencelist.h"
#include <string.h>
#include <JavaScriptCore/JavaScript.h>
#include <gdk/gdkkeysyms.h>
#include <gtk/gtk.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment