OSDN Git Service

tunerec: include <unistd.h> for usleep master
authorLong.inus <long.inus@hotmail.co.jp>
Sun, 15 Dec 2013 19:27:05 +0000 (04:27 +0900)
committerLong.inus <long.inus@hotmail.co.jp>
Sun, 15 Dec 2013 19:27:05 +0000 (04:27 +0900)
tunerec/tunerec.c

index a30bfe9..bce1a50 100755 (executable)
@@ -16,6 +16,7 @@
 #include <stdbool.h>
 #include <string.h>
 #include <ctype.h>
 #include <stdbool.h>
 #include <string.h>
 #include <ctype.h>
+#include <unistd.h>
 
 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))
 #ifndef DTV_STREAM_ID
 
 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))
 #ifndef DTV_STREAM_ID