summaryrefslogtreecommitdiff
path: root/charf.c
diff options
context:
space:
mode:
Diffstat (limited to 'charf.c')
-rw-r--r--charf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/charf.c b/charf.c
index 266ed5a..7f4f2af 100644
--- a/charf.c
+++ b/charf.c
@@ -1,9 +1,10 @@
-#include <stdio.h>
#include <stdlib.h>
+#include <stdio.h>
#include <math.h>
//for multithreading
#include <pthread.h>
#include <stdbool.h>
+#include <string.h>
//getLine
#include "misc.h"