diff options
author | Martin Szulecki | 2009-04-13 08:28:37 -0700 |
---|---|---|
committer | Matt Colyer | 2009-04-13 08:28:37 -0700 |
commit | 845506f1b5bd3bfa368d64b94d74600b25c94a40 (patch) | |
tree | be2d04018e7f10dc1c2290176be07b31dad8b508 | |
parent | 708029463ed4f1e8aa83ca1c98a0ea658247ef7a (diff) | |
download | libimobiledevice-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>
-rw-r--r-- | src/NotificationProxy.c | 1 |
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 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include <string.h> #include <stdio.h> #include "NotificationProxy.h" #include "plist.h" |