]> git.sesse.net Git - vlc/blobdiff - modules/codec/cmml/xstrcat.h
Removes trailing spaces. Removes tabs.
[vlc] / modules / codec / cmml / xstrcat.h
index 20b3b5733fc0b4f8d32968882bd17801cee3b2c4..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
@@ -26,6 +26,8 @@
 
 #ifndef __XSTRCAT_H__
 #define __XSTRCAT_H__
+# include <string.h>
+# include <stdlib.h>
 
 /* like strcat, but realloc's enough memory for the new string too */