added include of string.h to get rid of warning message
authorewt <devnull@localhost>
Tue, 12 Dec 1995 22:35:42 +0000 (22:35 +0000)
committerewt <devnull@localhost>
Tue, 12 Dec 1995 22:35:42 +0000 (22:35 +0000)
CVS patchset: 13
CVS date: 1995/12/12 22:35:42

lib/test.c

index 9c9dbff..968fc9c 100644 (file)
@@ -1,6 +1,8 @@
 #include "header.h"
 #include "rpmlib.h"
 
+#include <string.h>
+
 void main(int argc, char ** argv)
 {
   Header h;