aboutsummaryrefslogtreecommitdiff
path: root/cue-bin-split.h
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2015-07-06 23:32:58 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2015-07-06 23:32:58 +1200
commit5448101bdf39af549bf8f944a7b50ba891311455 (patch)
tree6304c98f9b5c4962be3d19cb1600d58a03acbb55 /cue-bin-split.h
parentd358e7787bb539ec48d31c3f3feda0851947e332 (diff)
downloadcue-bin-split-5448101bdf39af549bf8f944a7b50ba891311455.tar.xz
Fixed track end overrun, tidied run-to-EOF (last track) operation, removed pointless typecasts
Diffstat (limited to 'cue-bin-split.h')
-rw-r--r--cue-bin-split.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cue-bin-split.h b/cue-bin-split.h
index 1c30ea9..059f9bb 100644
--- a/cue-bin-split.h
+++ b/cue-bin-split.h
@@ -28,6 +28,11 @@
#ifndef CUE_BIN_SPLIT_H
#define CUE_BIN_SPLIT_H
+#include <stdio.h>
+#include <stdlib.h>
+#include <limits.h>
+#include <getopt.h>
+
#define FRAMES_PER_SEC 75
#define BUFFER_SIZE 1024*1024 /* Meh, good enough */