summaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
Diffstat (limited to 'other')
-rw-r--r--other/DHT_bootstrap.c3
-rw-r--r--other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c4
2 files changed, 7 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"
diff --git a/other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c b/other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c
index 67b27e7d..890085cc 100644
--- a/other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c
+++ b/other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c
@@ -32,6 +32,10 @@
32#include <arpa/inet.h> /* htons() */ 32#include <arpa/inet.h> /* htons() */
33#include <string.h> /* strcpy() */ 33#include <string.h> /* strcpy() */
34 34
35#ifdef HAVE_CONFIG_H
36#include "config.h"
37#endif
38
35#include "../../toxcore/DHT.h" 39#include "../../toxcore/DHT.h"
36#include "../../toxcore/friend_requests.h" 40#include "../../toxcore/friend_requests.h"
37 41