core/sg3_utils/stdint.patch
Jan Mette 93d9bd24fe
2010-03-14 15:48:48 +00:00

23 lines
388 B
Diff

--- include/sg_cmds_basic.h 2008/06/26 23:27:40 1.1
+++ include/sg_cmds_basic.h 2008/06/26 23:28:06
@@ -30,6 +30,8 @@
*
*/
+#include <stdint.h>
+
#ifdef __cplusplus
extern "C" {
#endif
--- include/sg_cmds_extra.h 2008/06/26 23:27:40 1.1
+++ include/sg_cmds_extra.h 2008/06/26 23:29:02
@@ -30,6 +30,8 @@
*
*/
+#include <stdint.h>
+
#ifdef __cplusplus
extern "C" {
#endif