[Midnightbsd-cvs] src: hash_buf.c: add string.h to deal with previous commit.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Mar 16 12:27:46 EDT 2009


Log Message:
-----------
add string.h to deal with previous commit.

Modified Files:
--------------
    src/lib/libc/db/hash:
        hash_buf.c (r1.1.1.2 -> r1.2)

-------------- next part --------------
Index: hash_buf.c
===================================================================
RCS file: /home/cvs/src/lib/libc/db/hash/hash_buf.c,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -L lib/libc/db/hash/hash_buf.c -L lib/libc/db/hash/hash_buf.c -u -r1.1.1.2 -r1.2
--- lib/libc/db/hash/hash_buf.c
+++ lib/libc/db/hash/hash_buf.c
@@ -57,6 +57,7 @@
 #include <stddef.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 
 #ifdef DEBUG
 #include <assert.h>


More information about the Midnightbsd-cvs mailing list