mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-16 21:28:33 +03:00
Use system include <foo.h> notation for libosmocore headers
the curent local copies of libosmocore headers + source is a temporary hack anyway. We should instead rely on a system-wide install of libosmocore cross-compiled for arm-none-eabi. But leave that as a second (later) step beyond this patch. Change-Id: Ia63fd842d45a2b404233b4326050e7eda0604cf0
This commit is contained in:
@@ -60,8 +60,8 @@ struct timezone;
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "osmocom/core/linuxlist.h"
|
||||
#include "osmocom/core/linuxrbtree.h"
|
||||
#include <osmocom/core/linuxlist.h>
|
||||
#include <osmocom/core/linuxrbtree.h>
|
||||
|
||||
/**
|
||||
* Timer management:
|
||||
|
||||
@@ -33,8 +33,8 @@
|
||||
|
||||
#include <assert.h>
|
||||
#include <limits.h>
|
||||
#include "osmocom/core/linuxlist.h"
|
||||
#include "osmocom/core/timer.h"
|
||||
#include <osmocom/core/linuxlist.h>
|
||||
#include <osmocom/core/timer.h>
|
||||
|
||||
/* These store the amount of time that we wait until next timer expires. */
|
||||
static struct osmo_timeval nearest;
|
||||
|
||||
Reference in New Issue
Block a user