aboutsummaryrefslogtreecommitdiff
path: root/src/peaks.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-01-19 17:30:33 +0100
committerThomas White <taw@physics.org>2010-01-19 17:30:33 +0100
commit1c6826a22a0240e4469de616a2cc7287344096cc (patch)
treef9db139eb4dde8b1a83a830238244e6bd87c75c0 /src/peaks.c
parent671398f7d43bf78ad2348b565d361e754002ca2d (diff)
Add missing #includes (to keep compiler happy)
Diffstat (limited to 'src/peaks.c')
-rw-r--r--src/peaks.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/peaks.c b/src/peaks.c
index 0acb7ef7..00fb95f2 100644
--- a/src/peaks.c
+++ b/src/peaks.c
@@ -23,6 +23,7 @@
#include "image.h"
#include "utils.h"
#include "index.h"
+#include "peaks.h"
#define PEAK_WINDOW_SIZE (10)