changeset 180:2659ebefb192

fix implicit pointers
author Naoya OYAMA <naoya.oyama@gmail.com>
date Wed, 18 Dec 2013 23:23:32 +0900
parents ac23a9b417a2
children 863ac6807ee3
files src/cds.c src/presentation.c
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/cds.c	Fri May 03 11:00:11 2013 +0900
+++ b/src/cds.c	Wed Dec 18 23:23:32 2013 +0900
@@ -20,6 +20,7 @@
  */
 
 #include <stdlib.h>
+#include <string.h>
 #include <upnp.h>
 #include <upnptools.h>
 
--- a/src/presentation.c	Fri May 03 11:00:11 2013 +0900
+++ b/src/presentation.c	Wed Dec 18 23:23:32 2013 +0900
@@ -19,6 +19,7 @@
  */
 
 #include <stdlib.h>
+#include <string.h>
 
 #if HAVE_LANGINFO_CODESET
 # include <langinfo.h>