]> git.sesse.net Git - vlc/blobdiff - modules/codec/cmml/xstrcat.h
Removes trailing spaces. Removes tabs.
[vlc] / modules / codec / cmml / xstrcat.h
index efa89cdad30034fa453750c150d0953b476aaa85..981238eaf7472c50d1ca50ee7c1b0b7513d55ae2 100644 (file)
@@ -13,7 +13,7 @@
  * 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
  *
  * 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 #ifndef __XSTRCAT_H__
 #define __XSTRCAT_H__
+# include <string.h>
+# include <stdlib.h>
 
 /* like strcat, but realloc's enough memory for the new string too */