mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-22 21:43:02 +01:00
Add stdlib.h header to allow off_t type
This commit is contained in:
parent
5b394e6f35
commit
6ad744f770
@ -20,6 +20,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "windows.h"
|
||||
|
@ -24,6 +24,7 @@
|
||||
#define _GNU_SOURCE /* needed for wcwidth() */
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <wchar.h>
|
||||
|
||||
#include "toxic.h"
|
||||
|
Loading…
Reference in New Issue
Block a user