From 97b9a9cf04570fde8646d0606fab93344a72153a Mon Sep 17 00:00:00 2001 From: irungentoo Date: Tue, 31 Dec 2013 23:18:37 -0500 Subject: Added onion.c to build system and added a test. --- toxcore/onion.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'toxcore/onion.c') diff --git a/toxcore/onion.c b/toxcore/onion.c index 22f44527..bbcae79d 100644 --- a/toxcore/onion.c +++ b/toxcore/onion.c @@ -19,6 +19,9 @@ * along with Tox. If not, see . * */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include "onion.h" -- cgit v1.2.3