change #include "jim.h" to <helper/jim.h>
Changes from the flat namespace to heirarchical one. Instead of writing: #include "jim.h" the following form should be used. #include <helper/jim.h> The exception is from .c files in the same directory.
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
/* Jim is provied by eCos */
|
||||
#include <cyg/jimtcl/jim.h>
|
||||
#else
|
||||
#include "jim.h"
|
||||
#include <helper/jim.h>
|
||||
#endif
|
||||
|
||||
/* To achieve C99 printf compatibility in MinGW, gnu_printf should be
|
||||
|
||||
Reference in New Issue
Block a user