diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-04-10 20:52:46 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 15:23:30 +0200 |
commit | 66aa65d08587324b679556b7b50f5db434b8167c (patch) | |
tree | d57a08c689ce4826994eeba361da182784fd868c /scrolllist | |
parent | 545a9474c2f822f13b25204af0bc0b3d556f1c47 (diff) |
committed patches from unauthorized-w32-patches-10-april-2010.zip from patch #3283782
svn path=/trunk/externals/unauthorized/; revision=15069
Diffstat (limited to 'scrolllist')
-rw-r--r-- | scrolllist/scrolllist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scrolllist/scrolllist.c b/scrolllist/scrolllist.c index 8e44ba7..9348895 100644 --- a/scrolllist/scrolllist.c +++ b/scrolllist/scrolllist.c @@ -43,6 +43,7 @@ #ifdef NT #include <io.h> +#include <pthread.h> #else #include <unistd.h> #include <sys/types.h> |