diff options
Diffstat (limited to 'src/xine-utils/utils.c')
-rw-r--r-- | src/xine-utils/utils.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xine-utils/utils.c b/src/xine-utils/utils.c index 6c7c382c6..02c9b1ef6 100644 --- a/src/xine-utils/utils.c +++ b/src/xine-utils/utils.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: utils.c,v 1.16 2003/07/16 22:11:14 jstembridge Exp $ + * $Id: utils.c,v 1.17 2003/07/27 12:47:23 hadess Exp $ * */ #define _POSIX_PTHREAD_SEMANTICS 1 /* for 5-arg getpwuid_r on solaris */ @@ -26,6 +26,8 @@ #include "config.h" #endif +#include "xineutils.h" + #include <stdio.h> #include <stdlib.h> #include <errno.h> |