diff options
author | Harald Welte <laforge@gnumonks.org> | 2017-01-15 17:54:11 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2017-01-15 18:04:02 +0100 |
commit | f2899c674e6dc43142edbfffeacc1b0c40a2f885 (patch) | |
tree | 64de3a4372f934497d78c73e13cb1a436a9b2551 /include | |
parent | 1a7d64ccd12bb73852f665af0bf853351a0717f9 (diff) |
Always include <osmocom/core/talloc.h> and not <talloc.h>
In EMBEDDED builds we don't have a system-wide talloc
Change-Id: Icc526016bda45b36e584afee8669996752d6d89c
Diffstat (limited to 'include')
-rw-r--r-- | include/osmocom/core/bitvec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/core/bitvec.h b/include/osmocom/core/bitvec.h index 0e17ba7a..280039bf 100644 --- a/include/osmocom/core/bitvec.h +++ b/include/osmocom/core/bitvec.h @@ -41,7 +41,7 @@ */ #include <stdint.h> -#include <talloc.h> +#include <osmocom/core/talloc.h> #include <stdbool.h> /*! \brief A single GSM bit |