mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-23 02:43:01 +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 <string.h>
|
||||||
|
|
||||||
#include "windows.h"
|
#include "windows.h"
|
||||||
|
@ -24,6 +24,7 @@
|
|||||||
#define _GNU_SOURCE /* needed for wcwidth() */
|
#define _GNU_SOURCE /* needed for wcwidth() */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
#include <wchar.h>
|
#include <wchar.h>
|
||||||
|
|
||||||
#include "toxic.h"
|
#include "toxic.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user