diff options
author | phintuka <phintuka> | 2007-03-08 13:48:39 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2007-03-08 13:48:39 +0000 |
commit | 3b33c4aa27c3715920620603976bf98dfce2dda8 (patch) | |
tree | 4307b27052883d9d2570aa93d722711d8852f177 | |
parent | 0efb2b6600b20a9765e3e969cfc2d8cf224f0b07 (diff) | |
download | xineliboutput-3b33c4aa27c3715920620603976bf98dfce2dda8.tar.gz xineliboutput-3b33c4aa27c3715920620603976bf98dfce2dda8.tar.bz2 |
Removed include linux/unistd.h
-rw-r--r-- | xine/post.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xine/post.c b/xine/post.c index b43de8c4..4f44fa05 100644 --- a/xine/post.c +++ b/xine/post.c @@ -35,7 +35,6 @@ #include <sys/types.h> #include <sys/syscall.h> #include <unistd.h> -#include <linux/unistd.h> #include <errno.h> #include <syslog.h> |