PKGBUILDs/extra/sg3_utils/stdint.patch

23 lines
388 B
Diff
Raw Normal View History

2009-10-10 02:23:22 +00:00
--- 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