1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-01 17:37:46 +02:00

Merge pull request #121 from czarkoff/openbsd

Include "pthread.h"
This commit is contained in:
mannol1 2014-04-08 13:57:07 +02:00
commit eef5b4941f

View File

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