1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-01 16:07:46 +02:00

Add stdlib.h header to allow off_t type

This commit is contained in:
Ansa89 2014-09-26 10:50:42 +02:00
parent 5b394e6f35
commit 6ad744f770
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@
*
*/
#include <stdlib.h>
#include <string.h>
#include "windows.h"

View File

@ -24,6 +24,7 @@
#define _GNU_SOURCE /* needed for wcwidth() */
#endif
#include <stdlib.h>
#include <wchar.h>
#include "toxic.h"