use <string.h> not <strings.h>
authorewt <devnull@localhost>
Thu, 16 Jan 1997 17:22:20 +0000 (17:22 +0000)
committerewt <devnull@localhost>
Thu, 16 Jan 1997 17:22:20 +0000 (17:22 +0000)
CVS patchset: 1291
CVS date: 1997/01/16 17:22:20

lib/dbindex.c
lib/signature.c

index b7b231c..8c28751 100644 (file)
@@ -1,7 +1,7 @@
 #include <db.h>
 #include <errno.h>
 #include <stdlib.h>
-#include <strings.h>
+#include <string.h>
 
 #include "dbindex.h"
 #include "rpmlib.h"
index 6aeeeca..df98a52 100644 (file)
@@ -17,7 +17,7 @@
 #include <sys/wait.h>
 #include <sys/stat.h>
 #include <fcntl.h>
-#include <strings.h>
+#include <string.h>
 
 #include "md5.h"
 #include "rpmlib.h"