1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-29 23:26:45 +02: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

@ -27,12 +27,15 @@
#include <stdlib.h>
#include <string.h>
#include <pthread.h>
#include <ctype.h>
#include "friendlist.h"
#include "prompt.h"
#include "toxic.h"
#include "windows.h"
#include "groupchat.h"
#include "chat.h"
#include "line_info.h"
extern char *DATA_FILE;
extern struct _Winthread Winthread;