Преглед изворни кода

modules: added missing parse_to.h include

Andrei Pelinescu-Onciul пре 16 година
родитељ
комит
410bd8e452
2 измењених фајлова са 2 додато и 0 уклоњено
  1. 1 0
      modules_s/sanity/sanity.c
  2. 1 0
      modules_s/sl/sl_funcs.c

+ 1 - 0
modules_s/sanity/sanity.c

@@ -39,6 +39,7 @@
 #include "../../parser/parse_content.h"
 #include "../../parser/digest/digest.h"
 #include "../../parser/contact/parse_contact.h"
+#include "../../parser/parse_to.h"
 
 #define UNSUPPORTED_HEADER "Unsupported: "
 #define UNSUPPORTED_HEADER_LEN (sizeof(UNSUPPORTED_HEADER)-1)

+ 1 - 0
modules_s/sl/sl_funcs.c

@@ -57,6 +57,7 @@
 #include "../../action.h"
 #include "../../config.h"
 #include "../../tags.h"
+#include "../../parser/parse_to.h"
 #include "sl_stats.h"
 #include "sl_funcs.h"