mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-20 17:06:36 +02:00
Include "pthread.h"
It isn't implicit on OpenBSD.
This commit is contained in:
@ -28,6 +28,7 @@
|
||||
#endif
|
||||
|
||||
#include <curses.h>
|
||||
#include <pthread.h>
|
||||
#include <wctype.h>
|
||||
#include <wchar.h>
|
||||
|
||||
|
Reference in New Issue
Block a user