summaryrefslogtreecommitdiffstats
path: root/src/NotificationProxy.c
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2009-04-13 08:28:37 -0700
committerGravatar Matt Colyer2009-04-13 08:28:37 -0700
commit845506f1b5bd3bfa368d64b94d74600b25c94a40 (patch)
treebe2d04018e7f10dc1c2290176be07b31dad8b508 /src/NotificationProxy.c
parent708029463ed4f1e8aa83ca1c98a0ea658247ef7a (diff)
downloadlibimobiledevice-845506f1b5bd3bfa368d64b94d74600b25c94a40.tar.gz
libimobiledevice-845506f1b5bd3bfa368d64b94d74600b25c94a40.tar.bz2
Add <string.h> for memcpy to silence rpmlint [#25 state:resolved]
Signed-off-by: Matt Colyer <matt@colyer.name>
Diffstat (limited to 'src/NotificationProxy.c')
-rw-r--r--src/NotificationProxy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/NotificationProxy.c b/src/NotificationProxy.c
index c13a547..defbc4e 100644
--- a/src/NotificationProxy.c
+++ b/src/NotificationProxy.c
@@ -19,6 +19,7 @@
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 21
22#include <string.h>
22#include <stdio.h> 23#include <stdio.h>
23#include "NotificationProxy.h" 24#include "NotificationProxy.h"
24#include "plist.h" 25#include "plist.h"