1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00

Include config.h in omemo files

So that off_t is defined in all files (so far http_upload.c and
http_download.c too) the same way.

Fix https://github.com/profanity-im/profanity/issues/1512

Thanks @pasis for finding the solution!
This commit is contained in:
Michael Vetter 2021-03-26 19:01:56 +01:00
parent acda845b2a
commit eaf76555bd
2 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,8 @@
* source files in the program, then also delete it here.
*
*/
#include "config.h"
#include <assert.h>
#include <signal/signal_protocol.h>
#include <signal/signal_protocol_types.h>

View File

@ -33,6 +33,8 @@
* source files in the program, then also delete it here.
*
*/
#include "config.h"
#include <sys/time.h>
#include <sys/stat.h>