Include time.h for time_t in chat.h

master
Curtis McEnroe 2018-09-02 00:09:36 -04:00
parent 20e5126fdc
commit e5f0c63e7f
No known key found for this signature in database
GPG Key ID: CEA2F97ADCFCD77C
1 changed files with 1 additions and 0 deletions

1
chat.h
View File

@ -20,6 +20,7 @@
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <wchar.h>
#define err(...) do { uiHide(); err(__VA_ARGS__); } while (0)