aboutsummaryrefslogtreecommitdiff
path: root/cue-bin-split.h
diff options
context:
space:
mode:
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 */