diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-01-08 16:05:23 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-01-08 16:05:23 +0100 |
commit | f38b7871adaf11b3774ee1865bbbb1aadd5c020e (patch) | |
tree | d1b0a81b087a8123843101e4f1968a6a8aa75e96 /thread.c | |
parent | f993ff108b83802c066f32adcc5647125fa735ed (diff) | |
download | vdr-f38b7871adaf11b3774ee1865bbbb1aadd5c020e.tar.gz vdr-f38b7871adaf11b3774ee1865bbbb1aadd5c020e.tar.bz2 |
Added a missing #include <linux/unistd.h> to thread.c
Diffstat (limited to 'thread.c')
-rw-r--r-- | thread.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,11 +4,12 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: thread.c 1.50 2006/01/04 15:01:22 kls Exp $ + * $Id: thread.c 1.51 2006/01/08 16:03:56 kls Exp $ */ #include "thread.h" #include <errno.h> +#include <linux/unistd.h> #include <malloc.h> #include <stdarg.h> #include <sys/resource.h> |