aboutsummaryrefslogtreecommitdiff
path: root/getfreq.c
diff options
context:
space:
mode:
Diffstat (limited to 'getfreq.c')
-rw-r--r--getfreq.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/getfreq.c b/getfreq.c
index 3ff6245..4ded3be 100644
--- a/getfreq.c
+++ b/getfreq.c
@@ -16,7 +16,14 @@
* <http://www.gnu.org/licenses/>. *
************************************************************************/
-#include "paramano.h"
+#include "getfreq.h"
+#include "getcore.h"
+#include "common.h"
+
+#include <stddef.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
#define MAX_CORES 1000
#define MAX_FREQS 50