[packages/rpm] - missing #include

adwol adwol at pld-linux.org
Sun Sep 30 19:23:35 CEST 2018


commit 2a8f8d379e104001e0e2b5c5a9435d614d7f9f49
Author: Adam Osuchowski <adwol at pld-linux.org>
Date:   Sun Sep 30 19:22:50 2018 +0200

    - missing #include

 rpmdb_reset.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/rpmdb_reset.c b/rpmdb_reset.c
index efa1707..431d7cb 100644
--- a/rpmdb_reset.c
+++ b/rpmdb_reset.c
@@ -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>
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rpm.git/commitdiff/2a8f8d379e104001e0e2b5c5a9435d614d7f9f49



More information about the pld-cvs-commit mailing list