Module Name: src
Committed By: christos
Date: Sun May 15 01:16:29 UTC 2011
Modified Files:
src/external/gpl2/lvm2/dist/lib/netbsd: dev.c
Log Message:
missing string.h
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl2/lvm2/dist/lib/netbsd/dev.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl2/lvm2/dist/lib/netbsd/dev.c
diff -u src/external/gpl2/lvm2/dist/lib/netbsd/dev.c:1.2 src/external/gpl2/lvm2/dist/lib/netbsd/dev.c:1.3
--- src/external/gpl2/lvm2/dist/lib/netbsd/dev.c:1.2 Fri Oct 16 17:00:41 2009
+++ src/external/gpl2/lvm2/dist/lib/netbsd/dev.c Sat May 14 21:16:29 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: dev.c,v 1.2 2009/10/16 21:00:41 joerg Exp $ */
+/* $NetBSD: dev.c,v 1.3 2011/05/15 01:16:29 christos Exp $ */
/*
* NetBSD specific device routines are added to this file.
@@ -11,6 +11,7 @@
#include <dirent.h>
#include <stdio.h>
+#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <ctype.h>