summaryrefslogtreecommitdiff
path: root/auto_tests/set_status_message_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/set_status_message_test.c')
-rw-r--r--auto_tests/set_status_message_test.c11
1 files changed, 3 insertions, 8 deletions
diff --git a/auto_tests/set_status_message_test.c b/auto_tests/set_status_message_test.c
index fd6c3558..3ffdd3c4 100644
--- a/auto_tests/set_status_message_test.c
+++ b/auto_tests/set_status_message_test.c
@@ -1,25 +1,20 @@
1/* Tests that we can set our status message 1/* Tests that we can set our status message
2 */ 2 */
3 3
4#ifndef _XOPEN_SOURCE
5#define _XOPEN_SOURCE 600
6#endif
7
8#ifdef HAVE_CONFIG_H 4#ifdef HAVE_CONFIG_H
9#include "config.h" 5#include "config.h"
10#endif 6#endif
11 7
12#include "check_compat.h"
13
14#include <stdio.h> 8#include <stdio.h>
15#include <stdlib.h> 9#include <stdlib.h>
10#include <string.h>
16#include <time.h> 11#include <time.h>
17 12
13#include "../testing/misc_tools.h"
18#include "../toxcore/ccompat.h" 14#include "../toxcore/ccompat.h"
19#include "../toxcore/tox.h" 15#include "../toxcore/tox.h"
20#include "../toxcore/util.h" 16#include "../toxcore/util.h"
21 17#include "check_compat.h"
22#include "helpers.h"
23 18
24#define STATUS_MESSAGE "Installing Gentoo" 19#define STATUS_MESSAGE "Installing Gentoo"
25 20