]> git.sesse.net Git - vlc/blobdiff - src/interface/interface.c
* Coding style fixes here and there.
[vlc] / src / interface / interface.c
index c23091cef94b9fddce651ac959c67b8a876d8daf..2541507934e68dd5f3bddec58dde3090cc5166ae 100644 (file)
@@ -4,7 +4,7 @@
  * interface, such as command line.
  *****************************************************************************
  * Copyright (C) 1998, 1999, 2000 VideoLAN
- * $Id: interface.c,v 1.72 2001/04/11 02:01:24 henri Exp $
+ * $Id: interface.c,v 1.73 2001/04/28 03:36:25 sam Exp $
  *
  * Authors: Vincent Seguin <seguin@via.ecp.fr>
  *
@@ -32,6 +32,7 @@
 #include <stdlib.h>                                      /* free(), strtol() */
 #include <stdio.h>                                                   /* FILE */
 #include <string.h>                                            /* strerror() */
+#include <sys/types.h>                                              /* off_t */
 
 #include "config.h"
 #include "common.h"