1
0
mirror of https://github.com/Tha14/toxic.git synced 2026-01-27 20:43:16 +01:00

fix a bunch of implicit declarations

This commit is contained in:
Jfreegman
2014-06-21 21:41:38 -04:00
parent 6b9ef7e6c9
commit 34bd4a1c7c
16 changed files with 32 additions and 5 deletions

View File

@@ -20,6 +20,8 @@
*
*/
#define _GNU_SOURCE /* needed for strcasestr() and wcwidth() */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
@@ -27,6 +29,7 @@
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <wchar.h>
#include "windows.h"
#include "toxic.h"
@@ -40,7 +43,6 @@
#include "settings.h"
extern char *DATA_FILE;
extern int store_data(Tox *m, char *path);
static GroupChat groupchats[MAX_GROUPCHAT_NUM];
static int max_groupchat_index = 0;