Module Name:    src
Committed By:   dholland
Date:           Fri Jan 22 22:11:28 UTC 2016

Modified Files:
        src/lib/libdm: dm.h

Log Message:
- Has __BEGIN_DECLS so needs sys/cdefs.h;
- Needs stddef.h and stdint.h to be compilable on its own


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libdm/dm.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libdm/dm.h
diff -u src/lib/libdm/dm.h:1.1 src/lib/libdm/dm.h:1.2
--- src/lib/libdm/dm.h:1.1	Tue Feb  8 03:20:15 2011
+++ src/lib/libdm/dm.h	Fri Jan 22 22:11:28 2016
@@ -31,6 +31,10 @@
 #ifndef _LIB_DM_H_
 #define _LIB_DM_H_
 
+#include <sys/cdefs.h>
+#include <stddef.h>
+#include <stdint.h>
+
 __BEGIN_DECLS
 
 #define DM_DEVICE_PATH "/dev/mapper/control"

Reply via email to