diff options
author | phintuka <phintuka> | 2006-12-14 15:15:37 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-12-14 15:15:37 +0000 |
commit | 89fc525ea458d6981fb114637c9ee08ebd6f286c (patch) | |
tree | 5ee0267ff1c1d5571e204c3ef4a879921125913e /tools/cxsocket.h | |
parent | bb26975c772b920ca5ecc3db5fbca628099bbdf2 (diff) | |
download | xineliboutput-89fc525ea458d6981fb114637c9ee08ebd6f286c.tar.gz xineliboutput-89fc525ea458d6981fb114637c9ee08ebd6f286c.tar.bz2 |
Added missing header
Diffstat (limited to 'tools/cxsocket.h')
-rw-r--r-- | tools/cxsocket.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/cxsocket.h b/tools/cxsocket.h index 40b2f1f9..d226fa04 100644 --- a/tools/cxsocket.h +++ b/tools/cxsocket.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: cxsocket.h,v 1.11 2006-12-14 12:48:08 phintuka Exp $ + * $Id: cxsocket.h,v 1.12 2006-12-14 15:15:37 phintuka Exp $ * */ @@ -195,7 +195,7 @@ static inline ssize_t timed_read(int fd, void *buffer, size_t size, return size; } -//#include "xine_osd_command.h" +#include "../xine_osd_command.h" static inline int write_osd_command(int fd, osd_command_t *cmd) { |