COMP: Replaced quotes with brackets in rtnhdr.h include.
In this way, the include path with look first for headers in the sr_unix_nsb directory, as instructed in the CMakeLists.txt file.
This commit is contained in:
parent
c90f8a969a
commit
5660b981d6
|
@ -13,7 +13,7 @@
|
|||
#define GTMCRYPT_H
|
||||
|
||||
#include <signal.h>
|
||||
#include "rtnhdr.h"
|
||||
#include <rtnhdr.h>
|
||||
#include "stack_frame.h"
|
||||
#include "gtmxc_types.h"
|
||||
#include "gtmcrypt_interface.h"
|
||||
|
|
Loading…
Reference in New Issue