summaryrefslogtreecommitdiffstats
path: root/sk-usbhid.c
diff options
context:
space:
mode:
Diffstat (limited to 'sk-usbhid.c')
-rw-r--r--sk-usbhid.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sk-usbhid.c b/sk-usbhid.c
index 7bb829aa..812b28d8 100644
--- a/sk-usbhid.c
+++ b/sk-usbhid.c
@@ -20,7 +20,9 @@
#ifdef ENABLE_SK_INTERNAL
-#include <stdint.h>
+#ifdef HAVE_STDINT_H
+# include <stdint.h>
+#endif
#include <stdlib.h>
#include <string.h>
#include <stdio.h>