aboutsummaryrefslogtreecommitdiff
path: root/src/buffer2array.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer2array.h')
-rw-r--r--src/buffer2array.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/buffer2array.h b/src/buffer2array.h
index 1aad24fc..74ebffbb 100644
--- a/src/buffer2array.h
+++ b/src/buffer2array.h
@@ -19,6 +19,8 @@
#ifndef BUFFER_2_ARRAY_H
#define BUFFER_2_ARRAY_H
+#include "../config.h"
+
int buffer2array(char * buffer, char *** array);
void freeArgArray(char ** array, int argArrayLength);