mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Add missed string.h
strdup(3) requires string.h
This commit is contained in:
parent
b79d7e8752
commit
ca3da61776
@ -38,6 +38,7 @@
|
||||
#include <glib.h>
|
||||
#include <glib/gstdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "config/files.h"
|
||||
#include "config/preferences.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user