Browse Source

core: include str.h in parse_param.h to avoid compile errors

- it happened when parse_param.h is used first, alone or without any
  predecessors including str.h
Daniel-Constantin Mierla 13 years ago
parent
commit
8194dfe8f4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      parser/parse_param.h

+ 1 - 0
parser/parse_param.h

@@ -43,6 +43,7 @@
 
 
 #include <stdio.h>
 #include <stdio.h>
 
 
+#include "../str.h"
 
 
 /*! \brief
 /*! \brief
  * Supported types of parameters
  * Supported types of parameters