1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-01-03 14:57:42 -05:00

Fixed config includes

This commit is contained in:
James Booth 2014-02-16 23:26:40 +00:00
parent 396991c191
commit 83e9bef487
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
#include <string.h>
#include <glib.h>
#include "config.h"
#include "prof_config.h"
#ifdef PROF_HAVE_LIBOTR
#include <libotr/proto.h>

View File

@ -7,7 +7,7 @@
#include <cmocka.h>
#include <sys/stat.h>
#include "config.h"
#include "prof_config.h"
#include "helpers.h"
#include "test_autocomplete.h"