-
- Downloads
change #include "gdb_server.h" to <server/gdb_server.h>
Changes from the flat namespace to heirarchical one. Instead of writing: #include "gdb_server.h" the following form should be used. #include <server/gdb_server.h> The exception is from .c files in the same directory.
Loading
Please register or sign in to comment