Fixed compilation issues introduced from the changes in the crash_handler.

This commit is contained in:
Pedro Alvarez 2018-07-13 19:17:59 +01:00
parent be3b2fbc08
commit 788dc7bd7a
3 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@
#include "srslte/srslte.h"
#include "srslte/phy/rf/rf.h"
#include "srslte/phy/rf/rf_utils.h"
#include "srslte/common/debug.h"
#include "srslte/common/crash_handler.h"
cell_search_cfg_t cell_detect_config = {
SRSLTE_DEFAULT_MAX_FRAMES_PBCH,

View File

@ -33,7 +33,7 @@
#include <pthread.h>
#include <semaphore.h>
#include <signal.h>
#include "srslte/common/debug.h"
#include "srslte/common/crash_handler.h"
#include <srslte/phy/common/phy_common.h>
#include <srslte/phy/phch/pdsch_cfg.h>
#include "srslte/common/gen_mch_tables.h"

View File

@ -37,7 +37,7 @@
#include <pthread.h>
#include <semaphore.h>
#include "srslte/common/gen_mch_tables.h"
#include "srslte/common/debug.h"
#include "srslte/common/crash_handler.h"
#include <srslte/phy/common/phy_common.h>
#include "srslte/phy/io/filesink.h"
#include "srslte/srslte.h"