Loquicom
преди 6 години
родител
ревизия
a1a6691011
променени са
2 файла, в които са
добавени 1 реда и са
изтрити 1 реда
-
1
0
parser.c
-
0
1
parser.h
|
@@ -13,6 +13,7 @@
|
|
|
#include <sys/stat.h>
|
|
|
#include <fcntl.h>
|
|
|
#include "error.h"
|
|
|
+#include "str.h"
|
|
|
#include "wildcard.h"
|
|
|
#include "parser.h"
|
|
|
|
|
@@ -10,7 +10,6 @@
|
|
|
|
|
|
/* --- Include --- */
|
|
|
#include "constante.h"
|
|
|
-#include "str.h"
|
|
|
|
|
|
/* --- Structure --- */
|
|
|
typedef struct {
|