]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- missing #include
authorAdam Osuchowski <adwol@pld-linux.org>
Sun, 30 Sep 2018 17:22:50 +0000 (19:22 +0200)
committerAdam Osuchowski <adwol@pld-linux.org>
Sun, 30 Sep 2018 17:22:50 +0000 (19:22 +0200)
rpmdb_reset.c

index efa17071aff9fef299eb9f978e808cb5dbc81a12..431d7cb04846bb7f81ce05cf2a712a93e5729806 100644 (file)
@@ -2,6 +2,7 @@
 #include <stddef.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <unistd.h>
 #include <errno.h>
 #include <db.h>
This page took 0.419374 seconds and 4 git commands to generate.