summaryrefslogtreecommitdiffstats
path: root/src/ft_s_lcom.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ft_s_lcom.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ft_s_lcom.h b/src/ft_s_lcom.h
index 186f93d..14a0c39 100644
--- a/src/ft_s_lcom.h
+++ b/src/ft_s_lcom.h
@@ -13,6 +13,8 @@
#ifndef FT_S_LCOM_H
#define FT_S_LCOM_H
-t_com *ft_lcom_new(const char word[]);
+#include "ft_s_struct.h"
+
+t_lcom *ft_lcom_new(const char word[]);
#endif