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

Add missing includes

This commit is contained in:
Michael Vetter 2020-04-06 22:42:22 +02:00
parent e61238e9cd
commit f5bdd67dec

View File

@ -37,7 +37,10 @@
#include <sys/stat.h>
#include <sqlite3.h>
#include <glib.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include "log.h"