summaryrefslogtreecommitdiff
path: root/other/DHT_bootstrap.c
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-09-10 17:15:26 -0400
committerirungentoo <irungentoo@gmail.com>2013-09-10 17:15:26 -0400
commit55499933be7857642d970d32f359e765ff4a2cab (patch)
treebd748604194a1fa971037f44437794344d84b177 /other/DHT_bootstrap.c
parent261d78b86230a19e9c1037091be4e8bfe34ac296 (diff)
Fixed building with NaCl.
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 a42545b1..654b759f 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"