summaryrefslogtreecommitdiff
path: root/other/DHT_bootstrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'other/DHT_bootstrap.c')
-rw-r--r--other/DHT_bootstrap.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/other/DHT_bootstrap.c b/other/DHT_bootstrap.c
index 099aad80..63cb1b75 100644
--- a/other/DHT_bootstrap.c
+++ b/other/DHT_bootstrap.c
@@ -26,6 +26,9 @@
26 * along with Tox. If not, see <http://www.gnu.org/licenses/>. 26 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
27 * 27 *
28 */ 28 */
29#ifdef HAVE_CONFIG_H
30#include "config.h"
31#endif
29 32
30#include "../toxcore/DHT.h" 33#include "../toxcore/DHT.h"
31#include "../toxcore/friend_requests.h" 34#include "../toxcore/friend_requests.h"