[dm-devel] device-mapper/lib libdm-common.c

agk at sourceware.org agk at sourceware.org
Mon Dec 3 17:56:37 UTC 2007


CVSROOT:	/cvs/dm
Module name:	device-mapper
Changes by:	agk at sourceware.org	2007-12-03 17:56:37

Modified files:
	lib            : libdm-common.c 

Log message:
	missing #include

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/device-mapper/lib/libdm-common.c.diff?cvsroot=dm&r1=1.51&r2=1.52

--- device-mapper/lib/libdm-common.c	2007/11/30 16:44:42	1.51
+++ device-mapper/lib/libdm-common.c	2007/12/03 17:56:36	1.52
@@ -21,6 +21,7 @@
 
 #include <stdarg.h>
 #include <sys/param.h>
+#include <sys/ioctl.h>
 #include <fcntl.h>
 
 #include <linux/dm-ioctl.h>




More information about the dm-devel mailing list