1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-06-29 13:47:46 +02:00

Include "pthread.h"

It isn't implicit on OpenBSD.
This commit is contained in:
Dmitrij D. Czarkoff 2014-04-08 12:09:42 +02:00
parent 9fbf7bd1c1
commit be8a0de38d

View File

@ -28,6 +28,7 @@
#endif
#include <curses.h>
#include <pthread.h>
#include <wctype.h>
#include <wchar.h>