From 55499933be7857642d970d32f359e765ff4a2cab Mon Sep 17 00:00:00 2001 From: irungentoo Date: Tue, 10 Sep 2013 17:15:26 -0400 Subject: Fixed building with NaCl. --- auto_tests/friends_test.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'auto_tests/friends_test.c') diff --git a/auto_tests/friends_test.c b/auto_tests/friends_test.c index 0426c18d..8a22aa87 100644 --- a/auto_tests/friends_test.c +++ b/auto_tests/friends_test.c @@ -18,6 +18,10 @@ * times. This is used both to ensure that we don't loop forever on a broken build, * and that we don't get too slow with messaging. The current time is 15 seconds. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "../toxcore/friend_requests.h" #include "../toxcore/Messenger.h" #include -- cgit v1.2.3