]> git.sesse.net Git - vlc/blobdiff - src/interface/intf_console.c
. all plugins now compile with -fPIC.
[vlc] / src / interface / intf_console.c
index e65337d2c73a39f263d77934454e3f93c7d81141..cf1d020f53197d2030214236c5b5e144fc53f1a0 100644 (file)
@@ -1,12 +1,31 @@
 /*****************************************************************************
  * intf_console.c: generic console for interface
- * (c)1998 VideoLAN
+ *****************************************************************************
+ * Copyright (C) 1998, 1999, 2000 VideoLAN
+ *
+ * Authors:
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ * 
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  *****************************************************************************/
 
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdlib.h>
+#include "defs.h"
+
+#include <stdlib.h>                                              /* malloc() */
 
 #include "config.h"