summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-01-08 16:05:23 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-01-08 16:05:23 +0100
commitf38b7871adaf11b3774ee1865bbbb1aadd5c020e (patch)
treed1b0a81b087a8123843101e4f1968a6a8aa75e96 /HISTORY
parentf993ff108b83802c066f32adcc5647125fa735ed (diff)
downloadvdr-f38b7871adaf11b3774ee1865bbbb1aadd5c020e.tar.gz
vdr-f38b7871adaf11b3774ee1865bbbb1aadd5c020e.tar.bz2
Added a missing #include <linux/unistd.h> to thread.c
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 2dd7c739..63decbdf 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4140,3 +4140,4 @@ Video Disk Recorder Revision History
- The SVDRP command LSTT now accepts the new option 'id' to have the channels
of the timers listed with their unique channel ids instead of their numbers
(suggested by Matthias Schniedermeyer).
+- Added a missing #include <linux/unistd.h> to thread.c (thanks to Ville Skyttä).