Merge remote-tracking branch 'upstream/master' into Integration

This commit is contained in:
Coren[m] 2013-09-11 00:16:15 +02:00
commit 0139f2838f
6 changed files with 23 additions and 0 deletions

View File

@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "../toxcore/net_crypto.h"
#include <sys/types.h>
#include <stdint.h>

View File

@ -18,6 +18,10 @@
* times. This is used both to ensure that we don't loop forever on a broken build,
* and that we don't get too slow with messaging. The current time is 15 seconds. */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "../toxcore/friend_requests.h"
#include "../toxcore/Messenger.h"
#include <assert.h>

View File

@ -10,6 +10,10 @@
* checking that status changes are received, messages can be sent, etc.
* All of that is done in a separate test, with two local clients running. */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "../toxcore/Messenger.h"
#include "../toxcore/Lossless_UDP.h"
#include <sys/types.h>

View File

@ -26,6 +26,9 @@
* along with Tox. If not, see <http://www.gnu.org/licenses/>.
*
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "../toxcore/DHT.h"
#include "../toxcore/friend_requests.h"

View File

@ -32,6 +32,10 @@
#include <arpa/inet.h> /* htons() */
#include <string.h> /* strcpy() */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "../../toxcore/DHT.h"
#include "../../toxcore/friend_requests.h"

View File

@ -22,6 +22,10 @@
*
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "group_chats.h"