mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
22 lines
388 B
Diff
22 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
|