summaryrefslogtreecommitdiff
path: root/postfilter.h
diff options
context:
space:
mode:
Diffstat (limited to 'postfilter.h')
-rw-r--r--postfilter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/postfilter.h b/postfilter.h
index 156714e..ecf7f39 100644
--- a/postfilter.h
+++ b/postfilter.h
@@ -28,6 +28,8 @@
28#ifndef __POSTFILTER__ 28#ifndef __POSTFILTER__
29#define __POSTFILTER__ 29#define __POSTFILTER__
30 30
31#include "defines.h"
32
31void postfilter(MODEL *model, float *bg_est); 33void postfilter(MODEL *model, float *bg_est);
32 34
33#endif 35#endif