mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01:00
Include stdlib.h to avoid warning
Fixes a "implicit declaration of function ‘strtol’" warning
This commit is contained in:
parent
d3a2c457cb
commit
4ade78fc3d
@ -24,6 +24,7 @@
|
||||
#include <glib.h>
|
||||
#include "glibintl.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "gnetworkaddress.h"
|
||||
#include "gasyncresult.h"
|
||||
#include "ginetaddress.h"
|
||||
|
Loading…
Reference in New Issue
Block a user