change #include "telnet_server.h" to <server/telnet_server.h>
Changes from the flat namespace to heirarchical one. Instead of writing: #include "telnet_server.h" the following form should be used. #include <server/telnet_server.h> The exception is from .c files in the same directory.
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@
|
||||
#include "pld.h"
|
||||
|
||||
#include <server/server.h>
|
||||
#include "telnet_server.h"
|
||||
#include <server/telnet_server.h>
|
||||
#include <server/gdb_server.h>
|
||||
#include "openocd.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user