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:
Luis Ibanez 2012-02-19 12:45:11 -05:00
parent c90f8a969a
commit 5660b981d6
1 changed files with 1 additions and 1 deletions

View File

@ -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"