mirror of
https://github.com/Tha14/toxic.git
synced 2025-11-14 03:26:37 +01:00
Add stdlib.h header to allow off_t type
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user