diff options
| author | 2009-04-13 08:28:37 -0700 | |
|---|---|---|
| committer | 2009-04-13 08:28:37 -0700 | |
| commit | 845506f1b5bd3bfa368d64b94d74600b25c94a40 (patch) | |
| tree | be2d04018e7f10dc1c2290176be07b31dad8b508 /src/NotificationProxy.c | |
| 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>
Diffstat (limited to 'src/NotificationProxy.c')
| -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 @@ | |||
| 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" |
