diff options
author | irungentoo <irungentoo@gmail.com> | 2013-09-07 13:28:33 -0400 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2013-09-07 13:28:33 -0400 |
commit | 220fb72121f6013fa5421de3367dbecd8cca1aed (patch) | |
tree | 98f8582bed829f0ce38b2337da9a0244ce5cba06 /toxcore/tox.c | |
parent | bdf31fc6b55646fd798f5d39aeb5751f4a5319e7 (diff) | |
parent | 4444494b65265ea74aec9361c4f188f7a3b87f32 (diff) |
Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core
Diffstat (limited to 'toxcore/tox.c')
-rw-r--r-- | toxcore/tox.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/toxcore/tox.c b/toxcore/tox.c index e55f51ca..0af07ede 100644 --- a/toxcore/tox.c +++ b/toxcore/tox.c | |||
@@ -21,6 +21,10 @@ | |||
21 | * | 21 | * |
22 | */ | 22 | */ |
23 | 23 | ||
24 | #ifdef HAVE_CONFIG_H | ||
25 | #include "config.h" | ||
26 | #endif | ||
27 | |||
24 | #include "Messenger.h" | 28 | #include "Messenger.h" |
25 | /* | 29 | /* |
26 | * returns a FRIEND_ADDRESS_SIZE byte address to give to others. | 30 | * returns a FRIEND_ADDRESS_SIZE byte address to give to others. |