1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Merge pull request #1372 from profanity-im/missed-string-h

Add missed string.h
This commit is contained in:
Michael Vetter 2020-06-24 09:51:54 +02:00 committed by GitHub
commit 5d8f3f2791
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"