openbsd-ports/databases/db/v3/patches/patch-db_db_cam_c

12 lines
343 B
Plaintext

$OpenBSD: patch-db_db_cam_c,v 1.1.1.1 2003/12/08 17:37:55 sturm Exp $
--- db/db_cam.c.orig 2003-12-07 13:54:14.000000000 +0100
+++ db/db_cam.c 2003-12-07 13:54:43.000000000 +0100
@@ -13,6 +13,7 @@ static const char revid[] = "$Id: db_cam
#ifndef NO_SYSTEM_INCLUDES
#include <sys/types.h>
+#include <string.h>
#include <errno.h>
#endif