summaryrefslogtreecommitdiffstats
path: root/abs/core/sg3_utils/stdint.patch
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/sg3_utils/stdint.patch')
-rw-r--r--abs/core/sg3_utils/stdint.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/abs/core/sg3_utils/stdint.patch b/abs/core/sg3_utils/stdint.patch
new file mode 100644
index 0000000..8f8c5f5
--- /dev/null
+++ b/abs/core/sg3_utils/stdint.patch
@@ -0,0 +1,22 @@
+--- 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