mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 20:00:32 +01:00
Add missing header to quiet missing strlen() prototype
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@292 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
7c24f2af19
commit
fccbfd3c8b
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
|||
#include <libintl.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <glade/glade.h>
|
||||
#include <glib.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue